{"id":15240,"date":"2022-09-14T15:27:46","date_gmt":"2022-09-14T15:27:46","guid":{"rendered":"https:\/\/docs_v3.dataforseo.com\/v3\/?page_id=15240"},"modified":"2025-12-19T23:14:40","modified_gmt":"2025-12-19T23:14:40","slug":"content_analysis-search-live","status":"publish","type":"page","link":"https:\/\/docs.dataforseo.com\/v3\/content_analysis-search-live\/","title":{"rendered":"content_analysis\/search\/live"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column][vc_column_text]<\/p>\n<h2 id=\"setting-serp-tasks\">Content Analysis &#8211; Search API<\/h2>\n<p>\u200c<br \/>\nThis endpoint will provide you with detailed citation data available for the target keyword.<\/p>\n<p>[\/vc_column_text]    <div class=\"endpoint\">\n        <img decoding=\"async\" class=\"endpoint__icon\" src=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/checked-circle.svg\" alt=\"checked\">\n\n                    POST            <button class=\"btn-reset button-link copy-button\" data-href=\"https:\/\/api.dataforseo.com\/v3\/content_analysis\/search\/live\">\n                https:\/\/api.dataforseo.com\/v3\/content_analysis\/search\/live                <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n                    <use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#layers\"><\/use>\n                <\/svg>\n            <\/button>\n            <\/div>\n    \t<article class=\"info-card info-card--yellow\">\n\t\t<header class=\"info-card__header\">\n\t\t\t<div class=\"info-card__icon\">\n\t\t\t\t<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\">\n\t\t\t\t\t<use href=\"https:\/\/docs.dataforseo.com\/v3\/wp-content\/themes\/dataforseo\/assets\/img\/icons\/sprite.svg#label\"><\/use>\n\t\t\t\t<\/svg>\n\t\t\t<\/div>\n\t\t\t<div class=\"info-card__title\">Pricing<\/div>\n\t\t<\/header>\n\t\t<div class=\"info-card__content\">\n\t\t\t<p> Your account will be charged for each request.<br \/>\nThe cost can be calculated on the <a title=\"Pricing\" href=\"https:\/\/dataforseo.com\/pricing\/content-analysis\" target=\"_blank\" rel=\"noopener noreferrer\">Pricing<\/a> page.<\/p>\n\t\t<\/div>\n\t<\/article>\n\t[vc_column_text]All POST data should be sent in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a> format (UTF-8 encoding). The task setting is done using the POST method. When setting a task, you should send all task parameters in the task array of the generic POST array. You can send up to 2000 API calls per minute.<\/p>\n<p>You can specify the number of results you want to retrieve, filter and sort them.<\/p>\n<p>Below you will find a detailed description of the fields you can use for setting a task.<\/p>\n<p><strong>Description of the fields for setting a task:<\/strong><\/p>\n<table style=\"width: 100%; height: 1259px;\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"width: 12.4003%; height: 24px;\">Field name<\/th>\n<th style=\"width: 3.91588%; height: 24px;\">Type<\/th>\n<th style=\"width: 82.9587%; height: 24px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 192px;\"><code>keyword<\/code><\/td>\n<td style=\"width: 3.91588%; height: 192px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 192px;\"><em>target keyword<\/em><br \/>\n<strong>required field<\/strong><br \/>\nUTF-8 encoding<br \/>\nthe keywords will be converted to a lowercase format;<br \/>\n<strong>Note<\/strong>: to match an exact phrase instead of a stand-alone keyword, use double quotes and backslashes;<br \/>\nexample:<br \/>\n<code>\"keyword\": \"\\\"tesla palo alto\\\"\"<\/code><\/p>\n<p>learn more about rules and limitations of <code>keyword<\/code> and <code>keywords<\/code> fields in DataForSEO APIs in this <a href=\"https:\/\/dataforseo.com\/help-center\/rules-and-limitations-of-keyword-and-keywords-fields-in-dataforseo-apis\" rel=\"noopener noreferrer\" target=\"_blank\">Help Center article<\/a><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 192px;\"><code>keyword_fields<\/code><\/td>\n<td style=\"width: 3.91588%; height: 192px;\">object<\/td>\n<td style=\"width: 82.9587%; height: 192px;\"><em>target keyword fields and target keywords<\/em><br \/>\noptional field<br \/>\nuse this parameter to filter the dataset by keywords that certain fields should contain;<br \/>\nfields you can specify: <code>title<\/code>, <code>main_title<\/code>, <code>previous_title<\/code>, <code>snippet<\/code><br \/>\nyou can indicate several fields;<br \/>\n<strong>Note<\/strong>: to match an exact phrase instead of a stand-alone keyword, use double quotes and backslashes;<br \/>\nexample:<br \/>\n<code>\"keyword_fields\": {<br \/>\n  \u00a0 \"snippet\": \"\\\"logitech mouse\\\"\",<br \/>\n  \u00a0 \"main_title\": \"sale\"<br \/>\n}<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>page_type<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>target page types<\/em><br \/>\noptional field<br \/>\nuse this parameter to filter the dataset by page types<br \/>\npossible values:<br \/>\n<code>\"ecommerce\"<\/code>, <code>\"news\"<\/code>, <code>\"blogs\"<\/code>, <code>\"message-boards\"<\/code>, <code>\"organization\"<\/code>\n<\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>search_mode<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>results grouping type<\/em><br \/>\noptional field<br \/>\npossible grouping types:<br \/>\n<code>as_is<\/code> &#8211; returns all citations for the target <code>keyword<\/code><br \/>\n<code>one_per_domain<\/code> &#8211; returns one citation of the <code>keyword<\/code> per domain<br \/>\ndefault value: <code>as_is<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>limit<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>the maximum number of returned citations<\/em><br \/>\noptional field<br \/>\ndefault value: <code>100<\/code><br \/>\nmaximum value: <code>1000<\/code><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>filters<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>array of results filtering parameters<\/em><br \/>\noptional field<br \/>\n<strong>you can add several filters at once (8 filters maximum)<\/strong><br \/>\nyou should set a logical operator <code>and<\/code>, <code>or<\/code> between the conditions<br \/>\nthe following operators are supported:<br \/>\n<code>regex<\/code>, <code>not_regex<\/code>, <code>&lt;<\/code>, <code>&lt;=<\/code>, <code>&gt;<\/code>, <code>&gt;=<\/code>, <code>=<\/code>, <code>&lt;&gt;<\/code>, <code>in<\/code>, <code>not_in<\/code>, <code>like<\/code>,<code>not_like<\/code>, <code>match<\/code>, <code>not_match<\/code><br \/>\nyou can use the <code>%<\/code> operator with <code>like<\/code> and <code>not_like<\/code> to match any string of zero or more characters<br \/>\nexample:<br \/>\n<code>[\"country\",\"=\", \"US\"]<\/code><\/p>\n<p><code>[[\"domain_rank\",\"&gt;\",800],\"and\",[\"content_info.connotation_types.negative\",\"&gt;\",0.9]]<\/code><\/p>\n<p><code>[[\"domain_rank\",\"&gt;\",800],<br \/>\n\"and\",<br \/>\n[[\"page_types\",\"has\",\"ecommerce\"],<br \/>\n\"or\",<br \/>\n[\"content_info.text_category\",\"has\",10994]]]<\/code><br \/>\nfor more information about filters, please refer to <a href=\"\/v3\/content_analysis\/filters\" target=\"_blank\" rel=\"noopener noreferrer\">Content Analysis API &#8211; Filters<\/a><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 12.4003%; height: 48px;\"><code>order_by<\/code><\/td>\n<td style=\"width: 3.91588%; height: 48px;\">array<\/td>\n<td style=\"width: 82.9587%; height: 48px;\"><em>results sorting rules<\/em><br \/>\noptional field<br \/>\nyou can use the same values as in the <code>filters<\/code> array to sort the results<br \/>\npossible sorting types:<br \/>\n<code>asc<\/code> &#8211; results will be sorted in the ascending order<br \/>\n<code>desc<\/code> &#8211; results will be sorted in the descending order<br \/>\nyou should use a comma to set up a sorting type<br \/>\nexample:<br \/>\n<code>[\"content_info.sentiment_connotations.anger,desc\"]<\/code><br \/>\ndefault rule:<br \/>\n<code>[\"content_info.sentiment_connotations.anger,desc\"]<\/code><br \/>\n<strong>note that you can set no more than three sorting rules in a single request<\/strong><br \/>\nyou should use a comma to separate several sorting rules<br \/>\nexample:<br \/>\n<code>[\"content_info.sentiment_connotations.anger,desc\",\"keyword_data.keyword_info.cpc,desc\"]<\/code><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>offset<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">integer<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>offset in the results array of returned citations<\/em><br \/>\noptional field<br \/>\ndefault value: <code>0<\/code><br \/>\nif you specify the <code>10<\/code> value, the first ten citations in the results array will be omitted and the data will be provided for the successive citations<br \/>\n<strong>Note:<\/strong> we recommend using this parameter only when retrieving up to 10,000 results<br \/>\nfor retrieving over 10,000 results, use the <code>offset_token<\/code> instead.<\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\"><code>offset_token<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>offset token for subsequent requests<\/em><br \/>\noptional field<br \/>\nprovided in the identical field of the response to each request;<br \/>\nuse this parameter to avoid timeouts while trying to obtain over 10,000 results in a single request;<br \/>\nby specifying the unique <code>offset_token<\/code> value from the response array, you will get the subsequent results of the initial task;<br \/>\n<code>offset_token<\/code> values are unique for each subsequent task<br \/>\n<strong>Note:<\/strong> if the <code>offset_token<\/code> is specified in the request, all other parameters except <code>limit<\/code> will not be taken into account when processing a task<br \/>\nlearn more about this parameter on our <a href=\"https:\/\/dataforseo.com\/help-center\/what-is-the-difference-between-the-offset-and-offset_token-parameters#offset_token\" target=\"_blank\">Help Center<\/a><\/td>\n<\/tr>\n<tr style=\"height: 96px;\">\n<td style=\"width: 12.4003%; height: 96px;\"><code>rank_scale<\/code><\/td>\n<td style=\"width: 3.91588%; height: 96px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 96px;\"><em>defines the scale used for calculating and displaying the <code>domain_rank<\/code>, and <code>url_rank<\/code> values<\/em><br \/>\noptional field<\/p>\n<p>you can use this parameter to choose whether rank values are presented on a 0\u2013100 or 0\u20131000 scale<\/p>\n<p>possible values:<br \/>\n<code>one_hundred<\/code> \u2014 rank values are displayed on a 0\u2013100 scale<br \/>\n<code>one_thousand<\/code> \u2014 rank values are displayed on a 0\u20131000 scale<\/p>\n<p>default value: <code>one_thousand<\/code><\/p>\n<p>learn more about how this parameter works in <a href=\"https:\/\/dataforseo.com\/help-center\/using-the-rank_scale-parameter-in-content-analysis-api\">this Help Center article<\/a>\n<\/td>\n<\/tr>\n<tr style=\"height: 96px;\">\n<td style=\"width: 12.4003%; height: 96px;\"><code>tag<\/code><\/td>\n<td style=\"width: 3.91588%; height: 96px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 96px;\"><em>user-defined task identifier<\/em><br \/>\noptional field<br \/>\n<em>the character limit is 255<\/em><br \/>\nyou can use this parameter to identify the task and match it with the result<br \/>\nyou will find the specified <code>tag<\/code> value in the <code>data<\/code> object of the response<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u200c<\/p>\n<p>As a response of the API server, you will receive <a href=\"https:\/\/en.wikipedia.org\/wiki\/JSON\">JSON<\/a>-encoded data containing a <code>tasks<\/code> array with the information specific to the set tasks.<\/p>\n<p><strong>Description of the fields in the results array:<\/strong><\/p>\n<table style=\"width: 77.3646%; height: 552px;\">\n<thead>\n<tr style=\"height: 24px;\">\n<th style=\"width: 38.423%; height: 24px;\">Field name<\/th>\n<th style=\"width: 1.25156%; height: 24px;\">Type<\/th>\n<th style=\"width: 61.7021%; height: 24px;\">Description<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr style=\"height: 48px;\">\n<td style=\"width: 24.3517%; height: 48px;\"><code>version<\/code><\/td>\n<td style=\"width: 6.19209%; height: 48px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 48px;\"><em>the current version of the API<\/em><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 38.423%; height: 48px;\"><code>status_code<\/code><\/td>\n<td style=\"width: 1.75219%; height: 48px;\">integer<\/td>\n<td style=\"width: 61.2015%; height: 48px;\"><i>general status code<\/i><br \/>\nyou can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><br \/>\n<strong>Note:<\/strong> we strongly recommend designing a necessary system for handling related exceptional or error conditions<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>status_message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>general informational message<\/em><br \/>\nyou can find the full list of general informational messages <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>execution time, seconds<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>cost<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>total tasks cost, USD<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>tasks_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><code>tasks_error<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of tasks in the <strong><code>tasks<\/code><\/strong> array returned with an error<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\"><strong><code>tasks<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of tasks<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>id<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>task identifier<\/em><br \/>\n<strong>unique task identifier in our system in the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Universally_unique_identifier\">UUID<\/a> format<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 48px;\">\n<td style=\"width: 24.3517%; height: 48px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>status_code<\/code><\/td>\n<td style=\"width: 6.19209%; height: 48px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 48px;\"><em>status code of the task <\/em><br \/>\ngenerated by DataForSEO; can be within the following range: 10000-60000<br \/>\nyou can find the full list of the response codes <a href=\"\/v3\/appendix\/errors\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>status_message<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>informational message of the task<\/em><br \/>\nyou can find the full list of general informational messages <a href=\"\/v3\/appendix-errors\/\">here<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>execution time, seconds<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>cost<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>cost of the task, USD<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>result_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of elements in the <code>result<\/code> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>path<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>URL path<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <code>data<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains the same parameters that you specified in the POST request<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 <strong><code>result<\/code><\/strong><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>array of results<\/em><\/td>\n<\/tr>\n<tr style=\"height: 192px;\">\n<td style=\"width: 12.4003%; height: 169px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>offset_token<\/code><\/td>\n<td style=\"width: 3.91588%; height: 169px;\">string<\/td>\n<td style=\"width: 82.9587%; height: 169px;\"><em>offset token for subsequent requests<\/em><br \/>\nyou can use the string provided in this field to get the subsequent results of the initial task;<br \/>\n<strong>note:<\/strong> <code>offset_token<\/code> values are unique for each subsequent task<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>total_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>total amount of results in our database relevant to your request<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>items_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the number of results returned in the <code>items<\/code> array<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code><strong>items<\/strong><\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains citations and related data<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>type of element\u00a0=\u00a0<strong>&#8216;content_analysis_search&#8217;<\/strong><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>url<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>URL where the citation was found<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>domain<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>domain name<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>main_domain<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>main domain<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>url_rank<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>rank of the <code>url<\/code><\/em><br \/>\nthis value is based on backlink data for the given URL from DataForSEO Backlink Index;<br \/>\n<code>url_rank<\/code> is calculated based on the method for node ranking in a linked database \u2013 a principle used in the original Google PageRank algorithm<br \/>\nlearn more about the metric and how it is calculated in <a href=\"https:\/\/dataforseo.com\/help-center\/what_is_rank_in_backlinks_api\" rel=\"noopener noreferrer\" target=\"_blank\">this help center article<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>spam_score<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>backlink spam score of the <code>url<\/code><\/em><br \/>\nthis value is based on backlink data for the given URL from DataForSEO Backlink Index;<br \/>\nlearn more about how the metric is calculated on <a href=\"https:\/\/dataforseo.com\/help-center\/what-is-spam-score-and-how-is-it-calculated\" rel=\"noopener noreferrer\" target=\"_blank\">this help center page<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>domain_rank<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>rank of the <code>domain<\/code><\/em><br \/>\nthis value is based on backlink data for the given domain from DataForSEO Backlink Index;<br \/>\n<code>domain_rank<\/code> is calculated based on the method for node ranking in a linked database \u2013 a principle used in the original Google PageRank algorithm<br \/>\nlearn more about the metric and how it is calculated in <a href=\"https:\/\/dataforseo.com\/help-center\/what_is_rank_in_backlinks_api\" rel=\"noopener noreferrer\" target=\"_blank\">this help center article<\/a><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>fetch_time<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>date and time when our crawler visited the page<\/em><br \/>\nin the UTC format: &#8220;yyyy-mm-dd hh-mm-ss +00:00&#8221;<br \/>\nexample:<br \/>\n<code>2017-01-24 13:20:59 +00:00<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>country<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>country code of the domain registration<\/em><br \/>\nto obtain a full list of available countries, refer to the <a href=\"\/v3\/content_analysis\/locations\/\" rel=\"noopener noreferrer\" target=\"_blank\">Locations<\/a> endpoint<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>language<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>main language of the domain<\/em><br \/>\nto obtain a full list of available languages, refer to the <a href=\"\/v3\/content_analysis\/languages\/\" rel=\"noopener noreferrer\" target=\"_blank\">Languages<\/a> endpoint<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>score<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>citation prominence score<\/em><br \/>\nthis value is based on <code>url_rank<\/code>, <code>domain_rank<\/code>, <code>keyword<\/code> presence in <code>title<\/code>, <code>main_title<\/code>, <code>url<\/code>, <code>snippet<\/code><br \/>\nthe higher the <code>score<\/code>, the more value the related citation has<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>page_category<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains all relevant page categories<\/em><br \/>\nproduct and service categories relevant for the page<br \/>\nto obtain a full list of available categories, refer to the <a href=\"\/v3\/content_analysis\/categories\/\" rel=\"noopener noreferrer\" target=\"_blank\">Categories<\/a> endpoint<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>page_types<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>page types<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>ratings<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>ratings found on the page<\/em><br \/>\nall ratings found on the page based on microdata<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>social_metrics<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>social media engagement metrics<\/em><br \/>\ndata on social media interactions associated with the content based on website embeds developed and supported by social media platforms<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code><strong>content_info<\/strong><\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>contains data on citations from the given <code>url<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>content_type<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>type of content<\/em><br \/>\nexample:<br \/>\n<code>page_content<\/code>, <code>comment<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>title<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>title of the result<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>main_title<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>page title<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>previous_title<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>title of the previous content block<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>level<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em><code>title<\/code> heading level<\/em><br \/>\nindicates h-tag level from <code>1<\/code> (top) to <code>6<\/code> (bottom)<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>author<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>author of the content<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>snippet<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>content snippet<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>snippet_length<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>character length of the snippet<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>social_metrics<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>social media engagement metrics<\/em><br \/>\ndata on social media interactions associated with the content based on website embeds developed and supported by social media platforms<\/td>\n<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>highlighted_text<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>highlighted text from the <code>snippet<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>language<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>content language<\/em><br \/>\nto obtain a full list of available languages, refer to the <a href=\"\/v3\/content_analysis\/languages\/\" rel=\"noopener noreferrer\" target=\"_blank\">Languages<\/a> endpoint<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>sentiment_connotations<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>sentiment connotations<\/em><br \/>\ncontains sentiments (emotional reactions) related to the given citation and probability index per each sentiment<br \/>\npossible sentiment connotations: <code>anger<\/code>, <code>happiness<\/code>, <code>love<\/code>, <code>sadness<\/code>, <code>share<\/code>, <code>fun<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>connotation_types<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>connotation types<\/em><br \/>\ncontains types of sentiments (sentiment polarity) related to the given citation and probability index per each sentiment type<br \/>\npossible sentiment connotation types: <code>positive<\/code>, <code>negative<\/code>, <code>neutral<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>text_category<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">array<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>text category<\/em><br \/>\nto obtain a full list of available categories, refer to the <a href=\"\/v3\/content_analysis\/categories\/\" rel=\"noopener noreferrer\" target=\"_blank\">Categories<\/a> endpoint<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>date_published<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>date and time when the content was published<\/em><br \/>\nin the UTC format: &#8220;yyyy-mm-dd hh-mm-ss +00:00&#8221;<br \/>\nexample:<br \/>\n<code>2017-01-24 13:20:59 +00:00<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>content_quality_score<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>content quality score<\/em><br \/>\nthis value is calculated based on the number of words, sentences and characters the content contains<\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>semantic_location<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>semantic location<\/em><br \/>\nindicates semantic element in HTML where the target keyword citation is located<br \/>\nexample:<br \/>\n<code>article<\/code>, <code>header<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rating<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">object<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>content rating<\/em><br \/>\nrating related to <code>content_info<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>name<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>rating name<\/em><br \/>\nhere you can find the following elements: <code>Max5<\/code>, <code>Percents<\/code>, <code>CustomMax<\/code><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rating_value<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>the value of the rating<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>max_rating_value<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>maximum value for the rating <code>name<\/code><\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>rating_count<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">integer<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>number of votes<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>relative_rating<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">float<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>relative rating<\/em><\/td>\n<\/tr>\n<tr style=\"height: 24px;\">\n<td style=\"width: 24.3517%; height: 24px;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <code>group_date<\/code><\/td>\n<td style=\"width: 6.19209%; height: 24px;\">string<\/td>\n<td style=\"width: 79.8065%; height: 24px;\"><em>citation group date and time<\/em><br \/>\nindicates content publication date or date and time when our crawler visited the page for the first time;<br \/>\nthis field can be used to group citations by date and display citation trends;<br \/>\ndate and time are provided in the UTC format: &#8220;yyyy-mm-dd hh-mm-ss +00:00&#8221;<br \/>\nexample:<br \/>\n<code>2017-01-24 13:20:59 +00:00<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>\u200c\u200c[\/vc_column_text][\/vc_column][\/vc_row]<\/p>\n<blockquote><p>Instead of \u2018login\u2019 and \u2018password\u2019 use your credentials from https:\/\/app.dataforseo.com\/api-access<\/p><\/blockquote><div id=\"curl\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-bash hljs\"># Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access \r\nlogin=&quot;login&quot; \r\npassword=&quot;password&quot; \r\ncred=&quot;$(printf ${login}:${password} | base64)&quot; \r\ncurl --location --request POST &quot;https:\/\/api.dataforseo.com\/v3\/content_analysis\/search\/live&quot; \r\n--header &quot;Authorization: Basic ${cred}&quot;  \r\n--header &quot;Content-Type: application\/json&quot; \r\n--data-raw &#039;[\r\n    {\r\n        &quot;keyword_fields&quot;: {\r\n            &quot;snippet&quot;: &quot;logitech&quot;\r\n        },\r\n        &quot;keyword&quot;: &quot;logitech&quot;,\r\n        &quot;page_type&quot;: [\r\n            &quot;ecommerce&quot;,\r\n            &quot;news&quot;,\r\n            &quot;blogs&quot;,\r\n            &quot;message-boards&quot;,\r\n            &quot;organization&quot;\r\n        ],\r\n        &quot;search_mode&quot;: &quot;as_is&quot;,\r\n        &quot;filters&quot;: [\r\n            &quot;main_domain&quot;,\r\n            &quot;=&quot;,\r\n            &quot;reviewfinder.ca&quot;\r\n        ],\r\n        &quot;order_by&quot;: [\r\n            &quot;content_info.sentiment_connotations.anger,desc&quot;\r\n        ],\r\n        &quot;limit&quot;: 10\r\n    }\r\n]&#039;<\/code><\/pre><\/div><\/div><div id=\"php\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-php hljs\">&lt;?php\r\n\/\/ You can download this file from here https:\/\/cdn.dataforseo.com\/v3\/examples\/php\/php_RestClient.zip\r\nrequire(&#039;RestClient.php&#039;);\r\n$api_url = &#039;https:\/\/api.dataforseo.com\/&#039;;\r\n\/\/ Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access\r\n$client = new RestClient($api_url, null, &#039;login&#039;, &#039;password&#039;);\r\n$post_array = array();\r\n\/\/ simple way to set a task\r\n$post_array[] = array(\r\n   &quot;keyword&quot; =&gt; &quot;logitech&quot;,\r\n   &quot;keyword_fields&quot; =&gt; array(\r\n      &quot;snippet&quot; =&gt; &quot;logitech&quot;\r\n   ),\r\n   &quot;page_type&quot; =&gt; array(\r\n      &quot;ecommerce&quot;,\r\n      &quot;news&quot;,\r\n      &quot;blogs&quot;,\r\n      &quot;message-boards&quot;,\r\n      &quot;organization&quot;\r\n   ),\r\n   &quot;search_mode&quot; =&gt; &quot;as_is&quot;,\r\n   &quot;filters&quot; =&gt; array(\r\n      &quot;main_domain&quot;,\r\n      &quot;=&quot;,\r\n      &quot;reviewfinder.ca&quot;\r\n   ),\r\n   &quot;order_by&quot; =&gt; array(\r\n      &quot;content_info.sentiment_connotations.anger,desc&quot;\r\n   ),\r\n   &quot;limit&quot; =&gt; 10\r\n);\r\ntry {\r\n   \/\/ POST \/v3\/content_analysis\/search\/live\r\n   $result = $client-&gt;post(&#039;\/v3\/content_analysis\/search\/live&#039;, $post_array);\r\n   print_r($result);\r\n   \/\/ do something with post result\r\n} catch (RestClientException $e) {\r\n   echo &quot;n&quot;;\r\n   print &quot;HTTP code: {$e-&gt;getHttpCode()}n&quot;;\r\n   print &quot;Error code: {$e-&gt;getCode()}n&quot;;\r\n   print &quot;Message: {$e-&gt;getMessage()}n&quot;;\r\n   print  $e-&gt;getTraceAsString();\r\n   echo &quot;n&quot;;\r\n}\r\n$client = null;\r\n?&gt;<\/code><\/pre><\/div><\/div><div id=\"javascript\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-javascript hljs\">const post_array = [];\r\n\r\npost_array.push({\r\n        &quot;keyword_fields&quot;: {\r\n            &quot;snippet&quot;: &quot;logitech&quot;\r\n        },\r\n        &quot;keyword&quot;: &quot;logitech&quot;,\r\n        &quot;page_type&quot;: [\r\n            &quot;ecommerce&quot;,\r\n            &quot;news&quot;,\r\n            &quot;blogs&quot;,\r\n            &quot;message-boards&quot;,\r\n            &quot;organization&quot;\r\n        ],\r\n        &quot;search_mode&quot;: &quot;as_is&quot;,\r\n        &quot;filters&quot;: [\r\n            &quot;main_domain&quot;,\r\n            &quot;=&quot;,\r\n            &quot;reviewfinder.ca&quot;\r\n        ],\r\n        &quot;order_by&quot;: [\r\n            &quot;content_info.sentiment_connotations.anger,desc&quot;\r\n        ],\r\n        &quot;limit&quot;: 10\r\n});\r\n\r\nconst axios = require(&#039;axios&#039;);\r\n\r\naxios({\r\n  method: &#039;post&#039;,\r\n  url: &#039;https:\/\/api.dataforseo.com\/v3\/content_analysis\/search\/live&#039;,\r\n  auth: {\r\n    username: &#039;login&#039;,\r\n    password: &#039;password&#039;\r\n  },\r\n  data: post_array,\r\n  headers: {\r\n    &#039;content-type&#039;: &#039;application\/json&#039;\r\n  }\r\n}).then(function (response) {\r\n  var result = response[&#039;data&#039;][&#039;tasks&#039;];\r\n  \/\/ Result data\r\n  console.log(result);\r\n}).catch(function (error) {\r\n  console.log(error);\r\n});<\/code><\/pre><\/div><\/div><div id=\"python\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-python hljs\">from client import RestClient\r\n# You can download this file from here https:\/\/cdn.dataforseo.com\/v3\/examples\/python\/python_Client.zip\r\nclient = RestClient(&quot;login&quot;, &quot;password&quot;)\r\npost_data = dict()\r\n# simple way to set a task\r\npost_data[len(post_data)] = dict(\r\n    keyword=&quot;logitech&quot;,\r\n    keyword_fields= dict(\r\n        snippet=&quot;logitech&quot;\r\n    ),\r\n    page_type=[\r\n        &quot;ecommerce&quot;,\r\n        &quot;news&quot;,\r\n        &quot;blogs&quot;,\r\n        &quot;message-boards&quot;,\r\n        &quot;organization&quot;\r\n    ],\r\n    search_mode=&quot;as_is&quot;,\r\n    filters=[\r\n        &quot;main_domain&quot;, &quot;=&quot;, &quot;reviewfinder.ca&quot;\r\n    ],\r\n    order_by=[\r\n        &quot;content_info.sentiment_connotations.anger,desc&quot;\r\n    ],\r\n    limit=10\r\n)\r\n# POST \/v3\/content_analysis\/search\/live\r\nresponse = client.post(&quot;\/v3\/content_analysis\/search\/live&quot;, post_data)\r\n# you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\nif response[&quot;status_code&quot;] == 20000:\r\n    print(response)\r\n    # do something with result\r\nelse:\r\n    print(&quot;error. Code: %d Message: %s&quot; % (response[&quot;status_code&quot;], response[&quot;status_message&quot;]))<\/code><\/pre><\/div><\/div><div id=\"csharp\" class=\"tab-content example__content\"><div class=\"example__code\"><pre><code class=\"language-csharp hljs\">using Newtonsoft.Json;\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Net.Http;\r\nusing System.Net.Http.Headers;\r\nusing System.Text;\r\nusing System.Threading.Tasks;\r\nnamespace DataForSeoDemos\r\n{\r\n    public static partial class Demos\r\n    {\r\n        public static async Task content_analysis_search_live()\r\n        {\r\n            var httpClient = new HttpClient\r\n            {\r\n                BaseAddress = new Uri(&quot;https:\/\/api.dataforseo.com\/&quot;),\r\n                \/\/ Instead of &#039;login&#039; and &#039;password&#039; use your credentials from https:\/\/app.dataforseo.com\/api-access\r\n                DefaultRequestHeaders = { Authorization = new AuthenticationHeaderValue(&quot;Basic&quot;, Convert.ToBase64String(Encoding.ASCII.GetBytes(&quot;login:password&quot;))) }\r\n            };\r\n            var postData = new List&lt;object&gt;();\r\n            Dictionary&lt;string, string&gt; keywordFields = new Dictionary&lt;string, string&gt;\r\n            {\r\n                { &quot;snippet&quot;, &quot;logitech&quot; }\r\n            };\r\n            postData.Add(new\r\n            {\r\n                keyword = &quot;logitech&quot;,\r\n                keyword_fields = keywordFields,\r\n                page_type = new[]\r\n                {\r\n                    &quot;ecommerce&quot;,\r\n                    &quot;news&quot;,\r\n                    &quot;blogs&quot;,\r\n                    &quot;message-boards&quot;,\r\n                    &quot;organization&quot;\r\n                },\r\n                search_mode = &quot;as_is&quot;,\r\n                filters = new object[]\r\n                {\r\n                    new object[] { &quot;main_domain&quot;, &quot;=&quot;, &quot;reviewfinder.ca&quot; }\r\n                },\r\n                order_by = new object[] { &quot;content_info.sentiment_connotations.anger,desc&quot; },\r\n                limit = 10\r\n            });\r\n            \/\/ POST \/v3\/content_analysis\/search\/live\r\n            \/\/ the full list of possible parameters is available in documentation\r\n            var taskPostResponse = await httpClient.PostAsync(&quot;\/v3\/content_analysis\/search\/live&quot;, new StringContent(JsonConvert.SerializeObject(postData)));\r\n            var result = JsonConvert.DeserializeObject&lt;dynamic&gt;(await taskPostResponse.Content.ReadAsStringAsync());\r\n            \/\/ you can find the full list of the response codes here https:\/\/docs.dataforseo.com\/v3\/appendix\/errors\r\n            if (result.status_code == 20000)\r\n            {\r\n                \/\/ do something with result\r\n                Console.WriteLine(result);\r\n            }\r\n            else\r\n                Console.WriteLine($&quot;error. Code: {result.status_code} Message: {result.status_message}&quot;);\r\n        }\r\n    }\r\n}<\/code><\/pre><\/div><\/div><blockquote><p>The above command returns JSON structured like this:<\/p><\/blockquote><div class=\"example example--json\"><div class=\"example__content\"><div class=\"example__code example__code-json\"><pre><code class=\"language-json hljs\">{\r\n  &quot;version&quot;: &quot;0.1.20220913&quot;,\r\n  &quot;status_code&quot;: 20000,\r\n  &quot;status_message&quot;: &quot;Ok.&quot;,\r\n  &quot;time&quot;: &quot;0.5305 sec.&quot;,\r\n  &quot;cost&quot;: 0.0203,\r\n  &quot;tasks_count&quot;: 1,\r\n  &quot;tasks_error&quot;: 0,\r\n  &quot;tasks&quot;: [\r\n    {\r\n      &quot;id&quot;: &quot;09131957-0696-0463-0000-7db1bf7abc2b&quot;,\r\n      &quot;status_code&quot;: 20000,\r\n      &quot;status_message&quot;: &quot;Ok.&quot;,\r\n      &quot;time&quot;: &quot;0.4865 sec.&quot;,\r\n      &quot;cost&quot;: 0.0203,\r\n      &quot;result_count&quot;: 1,\r\n      &quot;path&quot;: [\r\n        &quot;v3&quot;,\r\n        &quot;content_analysis&quot;,\r\n        &quot;search&quot;,\r\n        &quot;live&quot;\r\n      ],\r\n      &quot;data&quot;: {\r\n        &quot;api&quot;: &quot;content_analysis&quot;,\r\n        &quot;function&quot;: &quot;search&quot;,\r\n        &quot;keyword_fields&quot;: {\r\n          &quot;snippet&quot;: &quot;logitech&quot;\r\n        },\r\n        &quot;page_type&quot;: [\r\n          &quot;ecommerce&quot;,\r\n          &quot;news&quot;,\r\n          &quot;blogs&quot;,\r\n          &quot;message-boards&quot;,\r\n          &quot;organization&quot;\r\n        ],\r\n        &quot;search_mode&quot;: &quot;as_is&quot;,\r\n        &quot;filters&quot;: [\r\n          &quot;main_domain&quot;,\r\n          &quot;=&quot;,\r\n          &quot;reviewfinder.ca&quot;\r\n        ],\r\n        &quot;internal_list_limit&quot;: 8,\r\n        &quot;limit&quot;: 10\r\n      },\r\n      &quot;result&quot;: [\r\n        {\r\n          &quot;offset_token&quot;: &quot;eyJWZXJzaW9uIjoxLCJTZWFyY2hBZnRlclZhbHVlcyI6eyJjb250ZW50cy5zZW50aW1lbnRfY29ubm90YXRpb25zLmFuZ3J5IjowLjA5NzU2Nzc1LCJfc2NvcmUiOjIxNTUuNDk0MSwidXJsX2hhc2giOiIzNDM1OTM5MjM3NTMzMTExNDQ1In0sIlRva2VuUmVhbE9mZnNldCI6MH0=&quot;,\r\n          &quot;total_count&quot;: 296,\r\n          &quot;items_count&quot;: 10,\r\n          &quot;items&quot;: [\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/top-computer-speakers\/edifier-r1280db-vs-logitech-g560\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 126,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-08-12 18:40:33 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 5900.941,\r\n              &quot;page_category&quot;: [\r\n                10019,\r\n                10167,\r\n                10873,\r\n                12138,\r\n                10002,\r\n                10028,\r\n                10222,\r\n                13813\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: [\r\n                {\r\n                  &quot;type&quot;: &quot;facebook&quot;,\r\n                  &quot;like_count&quot;: 13\r\n                }\r\n              ],\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;Verdict&quot;,\r\n                &quot;main_title&quot;: &quot;Comparing Edifier R1280DB and Logitech G560&quot;,\r\n                &quot;previous_title&quot;: &quot;Endorsement summary:&quot;,\r\n                &quot;level&quot;: 2,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;After counting and adding up the 77 expert endorsements of the May rankings, Logitech G560 outranks Edifier R1280DB. This is not to say that Edifier R1280DB is a bad option. Like Logitech G560, it is recommended by experts, but less.nAs can be seen below, Logitech G560 outranks Edifier R1280DB by 13 positions. This indicates that, as of 4 Aug 2022, Logitech G560 is more critically acclaimed than Edifier R1280DB.&quot;,\r\n                &quot;snippet_length&quot;: 415,\r\n                &quot;social_metrics&quot;: [\r\n                  {\r\n                    &quot;type&quot;: &quot;facebook&quot;,\r\n                    &quot;like_count&quot;: 13\r\n                  }\r\n                ],\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.07077454775571823,\r\n                  &quot;love&quot;: 0.0959794893860817,\r\n                  &quot;sadness&quot;: 0.030060304328799248,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.15295149385929108\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.12338598817586899,\r\n                  &quot;negative&quot;: 0.41213861107826233,\r\n                  &quot;neutral&quot;: 0.4645053744316101\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10019,\r\n                  10167,\r\n                  10873,\r\n                  12138,\r\n                  10013\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 90,\r\n                &quot;semantic_location&quot;: 90,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-09-08 20:23:59 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-gaming-racing-wheels\/logitech-g920\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 64,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-07-31 20:16:34 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 5751.833,\r\n              &quot;page_category&quot;: [\r\n                10108,\r\n                10019,\r\n                10167\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;Logitech G920 - Recommended and relevant!&quot;,\r\n                &quot;main_title&quot;: &quot;Logitech G920 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;ReviewFinder Gaming Racing Wheels Logitech G920&quot;,\r\n                &quot;level&quot;: 2,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;According to the meta ranking published on 3 July 2022, Logitech G920 is currently recommended as a high-quality Racing Wheel. Out of 10 expert opinions queried, Logitech G920 received 4 endorsements, from TechRadar (8 Jun 2022), Android Authority (12 Sep 2021) BestCovery (7 Apr 2022) and 1 other..n1 out of 4 experts ranked Logitech G920 as &#039;the best Racing Wheel of the month&#039;.nCompared to other most critically acclaimed Gaming Racing Wheels, Logitech G920 ranks #5 out of 15 in July 2022, - as can be seen from the table below.nThe definitive sim racing wheel for Xbox One: Realistic steering and pedal action for the latest racing titles. Wheel spokes: Anodized aluminumnBuilt to last: Durable solid steel ball bearings, stainless steel pedals and hand-stitched leather wheel grip. Glass-filled nylon mounting clampsnDual-motor force feedback: Realistically simulates the racing experience with smooth, quiet helical gearingnEasy-access game controls: On-wheel D-pad, console buttons and paddle shiftersnResponsive floor pedal unit: Accelerate, brake and change gears with the feel of an actual car.System requirement:Windows 10, 8.1, Windows 8 or Windows 7 and macOS 10.10+nLogitech has different serial numbers for packaging vs. product, please keep your receipt for warranty purposes.nAs can be seen from the ranking below, Logitech G920 is endorsed by the critics this months, and ranks #5.&quot;,\r\n                &quot;snippet_length&quot;: 1400,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.15027441084384918,\r\n                  &quot;love&quot;: 0.1787649393081665,\r\n                  &quot;sadness&quot;: 0.09101732820272446,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.0640750378370285\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.34157365560531616,\r\n                  &quot;negative&quot;: 0.3285507559776306,\r\n                  &quot;neutral&quot;: 0.32990556955337524\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10013,\r\n                  10019,\r\n                  10167\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 94,\r\n                &quot;semantic_location&quot;: 94,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-09-13 05:05:18 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-gaming-racing-wheels\/logitech-g27\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 104,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-07-31 21:22:19 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 2685.8352,\r\n              &quot;page_category&quot;: [\r\n                10108,\r\n                10002,\r\n                10028,\r\n                10222,\r\n                13813\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;ReviewFinder Gaming Racing Wheels Logitech G27&quot;,\r\n                &quot;main_title&quot;: &quot;Logitech G27 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;Logitech G27 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;level&quot;: 3,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;The powerful, dual-motor force feedback mechanism with helical gearing smoothly and accurately simulates traction lossnSix-speed shifter with push-down reverse gear allows you to quickly choose exactly the right gear.nRPM\/shift indicator LEDs integrate with racing game software to indicate when the user should shift gears.nRealistic 11-Inch wheel with leather-wrapped rim provides a more comfortable, true-to-life racing experience for hours on end.nSteel gas, brake, and clutch pedals deliver precise throttle, braking, and shifting control for heightened realism.nThe powerful dual-motor force feedback mechanism with helical gearing smoothly and accurately simulates traction lossnSix-speed shifter with push-down reverse gear allows you to quickly choose exactly the right gearnRPM\/shift indicator LEDs integrate with racing game software to indicate when the user should shift gearsnRealistic 11-Inch wheel with leather-wrapped rim provides a more comfortable and true-to-life racing experience for hours on endnSteel gas, brake and clutch pedals deliver precise throttle with braking and shifting control for heightened realismnLogitech G27 is a popular option at the top of the price range. It&#039;s in the top 3 bestselling racing wheels and has doesn&#039;t have many popular alternatives in the same price range.nLogitech G27 is C$2814.58 more expensive than the average racing wheel (C$337.16).&quot;,\r\n                &quot;snippet_length&quot;: 1398,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.05615948140621185,\r\n                  &quot;love&quot;: 0.09969528764486313,\r\n                  &quot;sadness&quot;: 0.15229091048240662,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.0502193346619606\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.5877373814582825,\r\n                  &quot;negative&quot;: 0.0651920959353447,\r\n                  &quot;neutral&quot;: 0.34710052609443665\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10019,\r\n                  10167,\r\n                  10013\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 90,\r\n                &quot;semantic_location&quot;: 90,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2019-08-19 03:00:33 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-computer-speakers\/logitech-z213\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 137,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-08-13 11:12:47 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 4299.2095,\r\n              &quot;page_category&quot;: [\r\n                10013,\r\n                10108\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;ReviewFinder Computer Speakers Logitech Z213&quot;,\r\n                &quot;main_title&quot;: &quot;Logitech Z213 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;Logitech Z213 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;level&quot;: 3,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;Down-firing subwoofer with adjustable bass control knob: Turn up the bass to add a deeper, richer low end to your music, movies and gamesn14W peak power (7W RMS): Enjoy all your audio entertainment in loud, clear stereo soundnConvenient handheld control pod: Easily power on the speakers, adjust volume and plug in your headset for private listeningnCompact satellite speakers: Inclined design directs great sound to your ears without sacrificing valuable desk spacenPlug-and-play setup: Simple wired connection to audio devices with 3.5mm output (Windows and Mac computers, smartphones, tablets, MP3 players)nLogitech has different serial numbers for packaging vs. product, please keep your receipt for warranty purposes.nSpeaker System Type:Multimedia SpeakersnConnections:Inputs: 3.5mm auxiliary input ;Outputs: 3.5mm headphone jack;nNominal Output Power (Total):14 WattnMax (RMS) Output Power (Total):7 WattnService &amp; Support Type:1-Year Limited Hardware WarrantynLogitech Z213 is a very popular option in the middle of the computer speakers price range. It has dozens of popular alternatives in the same price range, such as Edifier R19U or Sanyun SW102.nLogitech Z213 is C$25.56 cheaper than the average computer speaker (C$71.55).&quot;,\r\n                &quot;snippet_length&quot;: 1237,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.15706565976142883,\r\n                  &quot;love&quot;: 0.19101671874523163,\r\n                  &quot;sadness&quot;: 0.027795027941465378,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.06868279725313187\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.36061927676200867,\r\n                  &quot;negative&quot;: 0.1687621772289276,\r\n                  &quot;neutral&quot;: 0.47064855694770813\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10019,\r\n                  10167,\r\n                  10873,\r\n                  12138,\r\n                  10872\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 95,\r\n                &quot;semantic_location&quot;: 95,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-08-07 07:56:41 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-gaming-racing-wheels\/logitech-g29\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 79,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-07-31 20:08:57 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 5864.53,\r\n              &quot;page_category&quot;: [\r\n                10108,\r\n                10013\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;Logitech G29 - Recommended and relevant!&quot;,\r\n                &quot;main_title&quot;: &quot;Logitech G29 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;ReviewFinder Gaming Racing Wheels Logitech G29&quot;,\r\n                &quot;level&quot;: 2,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;According to the meta ranking published on 3 July 2022, Logitech G29 is currently recommended as a high-quality Racing Wheel. Out of 10 expert opinions queried, Logitech G29 received 4 endorsements, from TechRadar (8 Jun 2022), Android Authority (12 Sep 2021) PCreview (9 Jan 2022) and 1 other..nNo experts ranked Logitech G29 as &#039;the best Racing Wheel of July&#039;.nCompared to other most critically acclaimed Gaming Racing Wheels, Logitech G29 ranks #8 out of 15 in July 2022, - as can be seen from the table below.nThe definitive SIM racing wheel for PlayStation 4 and PlayStation 3: realistic steering and pedal action for the latest racing titles. Note: Kindly refer the User manual before usage of the productnBuilt to last: durable solid steel ball bearings, stainless steel shifter and PEDALS and hand-stitched leather wheel grip. Hall-effect steering sensor. Wheel spokes material: Anodized aluminumnDual-motor force feedback: realistically simulates the racing experience with smooth, quiet Helical gearing. 900\u00b0 wheel rotationnSytem requirement:Windows 10, 8.1, Windows 8 or Windows 7 and macOS 10.10+nWheel Unit Depth is 278 mm; Pedal piston sleeves: Polyoxymethylene thermoplastic (POM)nAs can be seen from the ranking below, Logitech G29 is endorsed by the critics this months, and ranks #8.&quot;,\r\n                &quot;snippet_length&quot;: 1301,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.13903042674064636,\r\n                  &quot;love&quot;: 0.14059056341648102,\r\n                  &quot;sadness&quot;: 0.09468089044094086,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.061122357845306396\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.39891257882118225,\r\n                  &quot;negative&quot;: 0.30477818846702576,\r\n                  &quot;neutral&quot;: 0.2963393032550812\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10013,\r\n                  10019,\r\n                  10167\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 94,\r\n                &quot;semantic_location&quot;: 94,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-09-13 05:08:30 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/top-gaming-keyboards\/logitech-g213-vs-razer-cynosa-chroma\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 146,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-08-11 23:21:00 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 4562.6978,\r\n              &quot;page_category&quot;: [\r\n                10108,\r\n                13691,\r\n                10011\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;Experts prefer Razer Cynosa Chroma over Logitech G213 Prodigy&quot;,\r\n                &quot;main_title&quot;: &quot;Comparing Logitech G213 Prodigy and Razer Cynosa Chroma&quot;,\r\n                &quot;previous_title&quot;: &quot;Razer Cynosa Chroma&quot;,\r\n                &quot;level&quot;: 2,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;Currently, Razer Cynosa Chroma received 1 endorsement from PC Gamer (27 Jul 2022). Meanwhile, Logitech G213 Prodigy did not receive any endorsements this month.nCurious to see this month&#039;s entire Gaming Keyboards ranking? It&#039;s here&quot;,\r\n                &quot;snippet_length&quot;: 231,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.07467446476221085,\r\n                  &quot;love&quot;: 0.18654434382915497,\r\n                  &quot;sadness&quot;: 0.14675261080265045,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.08801265060901642\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.22597165405750275,\r\n                  &quot;negative&quot;: 0.5552403926849365,\r\n                  &quot;neutral&quot;: 0.21881794929504395\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10108,\r\n                  13691,\r\n                  10013\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 96,\r\n                &quot;semantic_location&quot;: 96,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-09-08 12:27:37 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-surround-speaker-systems\/acoustic-audio-aa5210\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 120,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-08-13 21:56:48 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 1411.0455,\r\n              &quot;page_category&quot;: [\r\n                10019,\r\n                10167,\r\n                10873,\r\n                12138,\r\n                10872\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;ReviewFinder Surround Speaker Systems Acoustic Audio AA5210&quot;,\r\n                &quot;main_title&quot;: &quot;Acoustic Audio AA5210 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;Acoustic Audio AA5210 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;level&quot;: 3,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;Acoustic Audio AA5210 powered 5.1 Bluetooth home theater speaker system with USB \/ SD, 600 watts system power, frequency response is 20hz-20 kHz, magnetically shielded satellite speakersnIntegrated Bluetooth receiver and amplifier, 5 independent channel inputs and outputs, enhanced bass boost design, bass, treble and main controls, stereo AUX input, pro surround function, USB\/SD card readernPlug and play connections, LED illuminated sub with multiple pattern flashing light display, 1 subwoofer speaker is (H x W x D) 11&quot; x 6.25&quot; x 12.5&quot;, 5 full range satellite speakers are (H x W x D) 6.875&quot; x 4.125&quot; x 4&quot; eachn2 Fronts and 1 center satellite speakers have a 6&#039; single RCA cable, 2 rear speakers have 12&#039; single RCA cables, 3.5mm AUX to RCA cable included, 2 RCA to RCA cables included, remote control and full instructions includednUse for home entertainment system, laptop or PC, DVD player, gaming, MP3 player, cell phone, tablet or any other device with a 3.5mm headphone output or RCA audio outputnAcoustic Audio AA5210 is a very popular and one of the less expensive options. It&#039;s in the top 3 bestselling speaker systems and has a couple of popular alternatives in the same price range, such as Monoprice 5.1 Home Theater or Logitech Z606.nAcoustic Audio AA5210 is C$383 less expensive than an average speaker system (C$583.42).&quot;,\r\n                &quot;snippet_length&quot;: 1341,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.0951547920703888,\r\n                  &quot;love&quot;: 0.326175719499588,\r\n                  &quot;sadness&quot;: 0.021449072286486626,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.020081015303730965\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.2667571008205414,\r\n                  &quot;negative&quot;: 0.198574036359787,\r\n                  &quot;neutral&quot;: 0.5346988439559937\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10019,\r\n                  10167,\r\n                  10873,\r\n                  12138,\r\n                  12137\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 93,\r\n                &quot;semantic_location&quot;: 93,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-08-30 15:38:32 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-gaming-keyboards\/logitech-g910\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 121,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-07-21 17:59:12 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 5116.254,\r\n              &quot;page_category&quot;: [\r\n                10108,\r\n                10013\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;ReviewFinder Gaming Keyboards Logitech G910&quot;,\r\n                &quot;main_title&quot;: &quot;Logitech G910 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;Logitech G910 - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;level&quot;: 3,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;Connectivity Type Wired. Connectivity USB. Bluetooth No. Cord Length or Cordless Range 1.8 m. Ergonomic Design No. Keyboard Language English. Built-in TrackpadTouchpad No. Backlit Keys Yes. Internet Keys 0. Multimedia Keys 5. Mechanical Keys Yes. Custom Programmable Buttons 9 Fully Programmable G Keys. LCD Display No. Number of Memory Profile(s) 3. Colour Black. Wrist Rest Included Yes. Integrated USB Ports 0.nDesigned For Gaming Yes. Solar Powered No. Battery Life Indicator No. Rechargeable No. System Requirements Windows 788.1 Powered USB Port Internet Connection 100MB Hard Drive Space (for Optional Software Download). Width 50.5 cm. Height 3.5 cm. Depth 24.4 cm. Weight 1.5 kg. Width (Inches) 19.7 in. Height (Inches) 1.37 in. Depth (Inches) 9.52 in. Warranty Parts 2 Year(s).nLogitech Mechanical Gaming Keyboard.nLogitech G910 is a very popular and one of the most expensive options. It&#039;s in the top 3 bestselling gaming keyboards and has many popular alternatives in the same price range, such as Logitech G810 Orion or Corsair K70 RGB MK.2.nLogitech G910 is C$86.75 more expensive than an average gaming keyboard (C$104.95).&quot;,\r\n                &quot;snippet_length&quot;: 1138,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.09535221010446548,\r\n                  &quot;love&quot;: 0.2098393738269806,\r\n                  &quot;sadness&quot;: 0.13099771738052368,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.035219766199588776\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.18018507957458496,\r\n                  &quot;negative&quot;: 0.16152001917362213,\r\n                  &quot;neutral&quot;: 0.6583248972892761\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10019,\r\n                  10167,\r\n                  10013\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 94,\r\n                &quot;semantic_location&quot;: 94,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-08-28 00:43:56 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/info\/top-gaming-keyboards\/logitech-g213\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 121,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-07-21 16:59:42 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 4598.567,\r\n              &quot;page_category&quot;: [\r\n                10108,\r\n                10013\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;ReviewFinder Gaming Keyboards Logitech G213 Prodigy&quot;,\r\n                &quot;main_title&quot;: &quot;Logitech G213 Prodigy - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;previous_title&quot;: &quot;Logitech G213 Prodigy - Reviews, Prices, Specs and Alternatives&quot;,\r\n                &quot;level&quot;: 3,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;Brilliant color spectrum illumination - personalize five individual lighting zones from a spectrum of over 16.8 million colors. Change colors to match your setup, specific games, or to showcase your favorite colors. Synchronize lighting effects with other Logitech G devices using Logitech gaming software. Low light leak around each keycap means less more light comes through the lettering \u2013 and less leaks around the keycaps. This helps make the illumination of each key more brilliant, making it easier to find your keys in the darknComfortable and durable - G213 prodigy is a full-sized keyboard designed for gaming and productivity. The slim body is built for gamers of all levels, with a durable construction that repels liquids, crumbs and dirt for easy cleanup. An integrated palm rest and adjustable feet let you set your keyboard to the ideal position, so it\u2019s comfortable to use even during the longest gaming sessionsnPerformance tuned with multi-key input - G213 brings together the best in tactile feel and performance with keys built specifically for the way gamers play. Each key on the G213 is tuned to enhance the tactile experience, delivering ultra-quick, responsive feedback that is up to 4 times faster than standard keyboards. The anti-ghosting gaming Matrix is tuned for optimal gaming performance, keeping you in control when you press multiple gaming keys simultaneouslynDedicated media controls - control your background track without switching out of your game. G213 features dedicated media controls that can be used to play, pause and mute music and videos instantly. Adjust the volume, or skip to the next song with the touch of a buttonnCustomize with Logitech gaming software - Logitech gaming software lets you fully customize your G213 for added convenience and personalization. Set the RGB lighting, save time by assigning multiple functions to function (F1-F12) keys, and much morenLogitech G213 Prodigy is a popular and one of the less expensive options. It&#039;s in the top 3 bestselling gaming keyboards and has dozens of popular alternatives in the same price range, such as Corsair K55 RGB or Razer Cynosa V2.nLogitech G213 Prodigy is C$34.19 less expensive than an average gaming keyboard (C$104.95).&quot;,\r\n                &quot;snippet_length&quot;: 2239,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.05594038963317871,\r\n                  &quot;love&quot;: 0.4099886119365692,\r\n                  &quot;sadness&quot;: 0.037346553057432175,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.029315805062651634\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.45417067408561707,\r\n                  &quot;negative&quot;: 0.13158488273620605,\r\n                  &quot;neutral&quot;: 0.4142744541168213\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10019,\r\n                  10168,\r\n                  10886,\r\n                  12222,\r\n                  10167\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 94,\r\n                &quot;semantic_location&quot;: 94,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-08-28 00:43:49 +00:00&quot;\r\n              }\r\n            },\r\n            {\r\n              &quot;type&quot;: &quot;content_analysis_search&quot;,\r\n              &quot;url&quot;: &quot;https:\/\/reviewfinder.ca\/top-xbox-one-headsets\/astro-a10-gaming-headset-vs-lucidsound-ls35x\/&quot;,\r\n              &quot;domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;main_domain&quot;: &quot;reviewfinder.ca&quot;,\r\n              &quot;url_rank&quot;: 165,\r\n              &quot;spam_score&quot;: 0,\r\n              &quot;domain_rank&quot;: 493,\r\n              &quot;fetch_time&quot;: &quot;2022-08-11 00:13:11 +00:00&quot;,\r\n              &quot;country&quot;: &quot;CA&quot;,\r\n              &quot;language&quot;: &quot;en&quot;,\r\n              &quot;score&quot;: 2155.4941,\r\n              &quot;page_category&quot;: [\r\n                10002,\r\n                10231,\r\n                13469,\r\n                10011\r\n              ],\r\n              &quot;page_types&quot;: [\r\n                &quot;ecommerce&quot;\r\n              ],\r\n              &quot;ratings&quot;: null,\r\n              &quot;social_metrics&quot;: null,\r\n              &quot;content_info&quot;: {\r\n                &quot;content_type&quot;: &quot;page_content&quot;,\r\n                &quot;title&quot;: &quot;Score distribution:&quot;,\r\n                &quot;main_title&quot;: &quot;Comparing Astro A10 and LucidSound LS35X&quot;,\r\n                &quot;previous_title&quot;: &quot;Expert reviews [1]&quot;,\r\n                &quot;level&quot;: 4,\r\n                &quot;author&quot;: null,\r\n                &quot;snippet&quot;: &quot;Durable construction \u2013 The A10 was designed to withstand serious abuse, featuring a lightweight yet rugged construction with premium materials for a pressure-free fit that won\u2019t overheat your head. The ear cushions contain cloth for maximum comfort, backed with synthetic leather for the best acoustic performance.nCombat Ready Precision Audio: Our focus is delivering flawless high quality PC and console audio that delivers total immersion into your game and precision audio to provide a competitive advantage. No one will be able to sneak up behind you with LucidSound on your team.nNo manufacturer information linked for LucidSound LS35X.nAstro A10 is a very popular option in the middle of the headsets price range. It&#039;s in the top 3 bestselling headsets and has dozens of popular alternatives in the same price range, such as Somic G951S or Logitech G332.nAstro A10 is C$0.02 more expensive than an average headset (C$59.97).&quot;,\r\n                &quot;snippet_length&quot;: 931,\r\n                &quot;social_metrics&quot;: null,\r\n                &quot;highlighted_text&quot;: null,\r\n                &quot;language&quot;: &quot;en&quot;,\r\n                &quot;sentiment_connotations&quot;: {\r\n                  &quot;anger&quot;: null,\r\n                  &quot;happiness&quot;: 0.10993830859661102,\r\n                  &quot;love&quot;: 0.1934281885623932,\r\n                  &quot;sadness&quot;: 0.039923928678035736,\r\n                  &quot;share&quot;: null,\r\n                  &quot;fun&quot;: 0.04024559631943703\r\n                },\r\n                &quot;connotation_types&quot;: {\r\n                  &quot;positive&quot;: 0.34128379821777344,\r\n                  &quot;negative&quot;: 0.259573370218277,\r\n                  &quot;neutral&quot;: 0.39917290210723877\r\n                },\r\n                &quot;text_category&quot;: [\r\n                  10013,\r\n                  10019,\r\n                  10167\r\n                ],\r\n                &quot;date_published&quot;: null,\r\n                &quot;content_quality_score&quot;: 94,\r\n                &quot;semantic_location&quot;: 94,\r\n                &quot;rating&quot;: null,\r\n                &quot;group_date&quot;: &quot;2021-09-08 22:26:11 +00:00&quot;\r\n              }\r\n            }\r\n          ]\r\n        }\r\n      ]\r\n    }\r\n  ]\r\n}<\/code><\/pre><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column][vc_column_text] Content Analysis &#8211; Search API \u200c This endpoint will provide you with detailed citation data available for the target keyword. [\/vc_column_text] POST https:\/\/api.dataforseo.com\/v3\/content_analysis\/search\/live Pricing Your account will be charged for each request. The cost can be calculated on the Pricing page. [vc_column_text]All POST data should be sent in the JSON format (UTF-8 encoding). The [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template.php","meta":{"apibase_doc_request_yaml":"","apibase_doc_request_additional_yaml":"","apibase_doc_response_yaml":"","footnotes":""},"class_list":["post-15240","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/15240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/comments?post=15240"}],"version-history":[{"count":47,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/15240\/revisions"}],"predecessor-version":[{"id":23516,"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/pages\/15240\/revisions\/23516"}],"wp:attachment":[{"href":"https:\/\/docs.dataforseo.com\/v3\/wp-json\/wp\/v2\/media?parent=15240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}