@mirage-cli/dataforseo-cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +171 -0
- package/dist/api/ai.d.ts +32 -0
- package/dist/api/backlinks.d.ts +20 -0
- package/dist/api/keywords.d.ts +27 -0
- package/dist/api/labs.d.ts +40 -0
- package/dist/api/meta.d.ts +4 -0
- package/dist/api/serp.d.ts +14 -0
- package/dist/api/trends.d.ts +18 -0
- package/dist/commands/ai.d.ts +8 -0
- package/dist/commands/backlinks.d.ts +8 -0
- package/dist/commands/endpoints.d.ts +5 -0
- package/dist/commands/keywords.d.ts +6 -0
- package/dist/commands/labs.d.ts +11 -0
- package/dist/commands/login.d.ts +3 -0
- package/dist/commands/meta.d.ts +4 -0
- package/dist/commands/raw.d.ts +2 -0
- package/dist/commands/serp.d.ts +7 -0
- package/dist/commands/trends.d.ts +5 -0
- package/dist/dfs.d.ts +7 -0
- package/dist/dfs.js +687 -0
- package/dist/framework/index.d.ts +2 -0
- package/dist/framework/output.d.ts +25 -0
- package/dist/framework/runtime.d.ts +74 -0
- package/dist/framework/types.d.ts +89 -0
- package/dist/index.d.ts +42 -0
- package/dist/index.js +686 -0
- package/dist/lib/auth.d.ts +8 -0
- package/dist/lib/client.d.ts +33 -0
- package/dist/lib/output.d.ts +11 -0
- package/dist/lib/spec.d.ts +15 -0
- package/package.json +61 -0
- package/src/spec/index.json +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"path":"/v3/serp/id_list","method":"post","operationId":"IdList","tag":"Serp","description":"This endpoint is designed to provide you with a list of IDs and metadata for all SERP tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/serp/errors","method":"post","operationId":"Errors","tag":"Serp","description":"By calling this endpoint you will receive information about the SERP API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/serp/screenshot","method":"post","operationId":"Screenshot","tag":"Serp","description":"Using the Live Page Screenshot endpoint, you can capture a screenshot of any SERP page.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/screenshot/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/screenshot/","example":[{"task_id":"06211235-0696-0139-1000-36727fbd3c90","browser_screen_scale_factor":0.5}]},{"path":"/v3/serp/ai_summary","method":"post","operationId":"AiSummary","tag":"Serp","description":"The purpose of the Live SERP API AI Summary endpoint is to provide a summary of the content found on any SERP and generate a response based on the user’s specified prompt.\nTo obtain results, you have to specify task_id, which you can find in the response to the POST request.\nLearn more in our Help Center.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/ai_summary/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/ai_summary/","example":[{"task_id":"07031739-1535-0139-0000-9d1e639a5b7d","prompt":"explain what DataForSEO is","include_links":true,"fetch_content":true}]},{"path":"/v3/serp/google/locations","method":"get","operationId":"GoogleLocations","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/locations/"},{"path":"/v3/serp/google/locations/{country}","method":"get","operationId":"GoogleLocationsCountry","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/locations/"},{"path":"/v3/serp/google/languages","method":"get","operationId":"GoogleLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/languages/"},{"path":"/v3/serp/google/organic/task_post","method":"post","operationId":"GoogleOrganicTaskPost","tag":"Serp","description":"SERP API provides top 10 search engine results by default. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"},{"language_name":"English","location_name":"United States","keyword":"albert einstein","priority":2,"tag":"some_string_123","pingback_url":"https://your-server.com/pingscript?id=$id&tag=$tag"},{"url":"https://www.google.co.uk/search?q=albert%20einstein&hl=en&gl=GB&uule=w+CAIQIFISCXXeIa8LoNhHEZkq1d1aOpZS","postback_data":"html","postback_url":"https://your-server.com/postbackscript"}]},{"path":"/v3/serp/google/organic/tasks_ready","method":"get","operationId":"GoogleOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/tasks_ready/"},{"path":"/v3/serp/tasks_ready","method":"get","operationId":"TasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/tasks_ready/"},{"path":"/v3/serp/google/organic/tasks_fixed","method":"get","operationId":"GoogleOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/tasks_fixed/"},{"path":"/v3/serp/google/organic/task_get/regular/{id}","method":"get","operationId":"GoogleOrganicTaskGetRegular","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/task_get/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/task_get/regular/"},{"path":"/v3/serp/google/organic/task_get/advanced/{id}","method":"get","operationId":"GoogleOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/task_get/advanced/"},{"path":"/v3/serp/google/organic/task_get/html/{id}","method":"get","operationId":"GoogleOrganicTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/task_get/html/"},{"path":"/v3/serp/google/organic/live/regular","method":"post","operationId":"GoogleOrganicLiveRegular","tag":"Serp","description":"Live SERP provides real-time data on search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/live/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/live/regular/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/organic/live/advanced","method":"post","operationId":"GoogleOrganicLiveAdvanced","tag":"Serp","description":"Live SERP provides real-time data on top search engine results for the specified keyword, search engine, and location. This endpoint will supply a complete overview of featured snippets and other extra elements of SERPs.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein","calculate_rectangles":true}]},{"path":"/v3/serp/google/organic/live/html","method":"post","operationId":"GoogleOrganicLiveHtml","tag":"Serp","description":"Live SERP HTML provides a raw HTML page of search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/organic/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/organic/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/ai_mode/languages","method":"get","operationId":"GoogleAiModeLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/languages/"},{"path":"/v3/serp/google/ai_mode/task_post","method":"post","operationId":"GoogleAiModeTaskPost","tag":"Serp","description":"Google AI Mode SERP API provides search results from the AI Mode feature of Google Search.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"what is google ai mode"}]},{"path":"/v3/serp/google/ai_mode/tasks_ready","method":"get","operationId":"GoogleAiModeTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/tasks_ready/"},{"path":"/v3/serp/google/ai_mode/tasks_fixed","method":"get","operationId":"GoogleAiModeTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/tasks_fixed/"},{"path":"/v3/serp/google/ai_mode/task_get/advanced/{id}","method":"get","operationId":"GoogleAiModeTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/task_get/advanced/"},{"path":"/v3/serp/google/ai_mode/task_get/html/{id}","method":"get","operationId":"GoogleAiModeTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/task_get/html/"},{"path":"/v3/serp/google/ai_mode/live/advanced","method":"post","operationId":"GoogleAiModeLiveAdvanced","tag":"Serp","description":"Google AI Mode SERP API provides search results from the AI Mode feature of Google Search.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"what is google ai mode"}]},{"path":"/v3/serp/google/ai_mode/live/html","method":"post","operationId":"GoogleAiModeLiveHtml","tag":"Serp","description":"Live SERP HTML provides a raw HTML page of 100 search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ai_mode/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ai_mode/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/maps/task_post","method":"post","operationId":"GoogleMapsTaskPost","tag":"Serp","description":"SERP API provides top 100 search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/maps/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/maps/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/maps/tasks_ready","method":"get","operationId":"GoogleMapsTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/maps/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/maps/tasks_ready/"},{"path":"/v3/serp/google/maps/tasks_fixed","method":"get","operationId":"GoogleMapsTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/maps/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/maps/tasks_fixed/"},{"path":"/v3/serp/google/maps/task_get/advanced/{id}","method":"get","operationId":"GoogleMapsTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/maps/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/maps/task_get/advanced/"},{"path":"/v3/serp/google/maps/live/advanced","method":"post","operationId":"GoogleMapsLiveAdvanced","tag":"Serp","description":"Live Google Maps SERP provides real-time data on top 100 search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/maps/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/maps/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/local_finder/task_post","method":"post","operationId":"GoogleLocalFinderTaskPost","tag":"Serp","description":"Google Local Finder SERP API provides top search engine results specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"local nail services","min_rating":4.5,"time_filter":"monday"}]},{"path":"/v3/serp/google/local_finder/tasks_ready","method":"get","operationId":"GoogleLocalFinderTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/tasks_ready/"},{"path":"/v3/serp/google/local_finder/tasks_fixed","method":"get","operationId":"GoogleLocalFinderTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/tasks_fixed/"},{"path":"/v3/serp/google/local_finder/task_get/advanced/{id}","method":"get","operationId":"GoogleLocalFinderTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/task_get/advanced/"},{"path":"/v3/serp/google/local_finder/task_get/html/{id}","method":"get","operationId":"GoogleLocalFinderTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/task_get/html/"},{"path":"/v3/serp/google/local_finder/live/advanced","method":"post","operationId":"GoogleLocalFinderLiveAdvanced","tag":"Serp","description":"Live Google Local_finder SERP provides real-time search engine results for the specified keyword and location. By default, you can get up to 20 results for desktop and up to 10 results for mobile.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"local nail services","min_rating":4.5,"time_filter":"monday"}]},{"path":"/v3/serp/google/local_finder/live/html","method":"post","operationId":"GoogleLocalFinderLiveHtml","tag":"Serp","description":"Live Google Local Finder SERP HTML provides a raw HTML page of the search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/local_finder/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/local_finder/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/news/task_post","method":"post","operationId":"GoogleNewsTaskPost","tag":"Serp","description":"SERP API provides top search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/news/tasks_ready","method":"get","operationId":"GoogleNewsTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/tasks_ready/"},{"path":"/v3/serp/google/news/tasks_fixed","method":"get","operationId":"GoogleNewsTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/tasks_fixed/"},{"path":"/v3/serp/google/news/task_get/advanced/{id}","method":"get","operationId":"GoogleNewsTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/task_get/advanced/"},{"path":"/v3/serp/google/news/task_get/html/{id}","method":"get","operationId":"GoogleNewsTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/task_get/html/"},{"path":"/v3/serp/google/news/live/advanced","method":"post","operationId":"GoogleNewsLiveAdvanced","tag":"Serp","description":"Live Google News SERP provides real-time data on top search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"android"}]},{"path":"/v3/serp/google/news/live/html","method":"post","operationId":"GoogleNewsLiveHtml","tag":"Serp","description":"Live SERP HTML provides a raw HTML page of 10 search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/news/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/news/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/events/task_post","method":"post","operationId":"GoogleEventsTaskPost","tag":"Serp","description":"Google Events SERP provides data from Google Events Search for the specified keyword and location (see the List of Locations). Note that Google Events SERP API works for the English language only.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/events/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/events/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/events/tasks_ready","method":"get","operationId":"GoogleEventsTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/events/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/events/tasks_ready/"},{"path":"/v3/serp/google/events/tasks_fixed","method":"get","operationId":"GoogleEventsTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/events/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/events/tasks_fixed/"},{"path":"/v3/serp/google/events/task_get/advanced/{id}","method":"get","operationId":"GoogleEventsTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/events/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/events/task_get/advanced/"},{"path":"/v3/serp/google/events/live/advanced","method":"post","operationId":"GoogleEventsLiveAdvanced","tag":"Serp","description":"Live Google Events SERP provides real-time data from Google Events Search for the specified keyword and location. Note that Google Events SERP API works for the English language only.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/events/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/events/live/advanced/","example":[{"keyword":"concerts","location_name":"Los Angeles,California,United States","date_range":"today"}]},{"path":"/v3/serp/google/images/task_post","method":"post","operationId":"GoogleImagesTaskPost","tag":"Serp","description":"SERP API provides top 100 search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/images/tasks_ready","method":"get","operationId":"GoogleImagesTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/tasks_ready/"},{"path":"/v3/serp/google/images/tasks_fixed","method":"get","operationId":"GoogleImagesTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/tasks_fixed/"},{"path":"/v3/serp/google/images/task_get/advanced/{id}","method":"get","operationId":"GoogleImagesTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/task_get/advanced/"},{"path":"/v3/serp/google/images/task_get/html/{id}","method":"get","operationId":"GoogleImagesTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/task_get/html/"},{"path":"/v3/serp/google/images/live/advanced","method":"post","operationId":"GoogleImagesLiveAdvanced","tag":"Serp","description":"Live Google Images SERP provides real-time data on top 100 images results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/images/live/html","method":"post","operationId":"GoogleImagesLiveHtml","tag":"Serp","description":"Live SERP HTML provides a raw HTML page of 100 search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/images/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/images/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/google/search_by_image/task_post","method":"post","operationId":"GoogleSearchByImageTaskPost","tag":"Serp","description":"Google Search By Image SERP API provides up to top 100 search engine results based on the image you specified. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/search_by_image/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/search_by_image/task_post/","example":[{"language_code":"en","location_code":2840,"image_url":"https://dataforseo.com/wp-content/uploads/2016/11/data_for_seo_light_429.png"}]},{"path":"/v3/serp/google/search_by_image/tasks_ready","method":"get","operationId":"GoogleSearchByImageTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/search_by_image/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/search_by_image/tasks_ready/"},{"path":"/v3/serp/google/search_by_image/tasks_fixed","method":"get","operationId":"GoogleSearchByImageTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/search_by_image/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/search_by_image/tasks_fixed/"},{"path":"/v3/serp/google/search_by_image/task_get/advanced/{id}","method":"get","operationId":"GoogleSearchByImageTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/search_by_image/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/search_by_image/task_get/advanced/"},{"path":"/v3/serp/google/jobs/task_post","method":"post","operationId":"GoogleJobsTaskPost","tag":"Serp","description":"This endpoint will provide you with SERP data from the Google Jobs search engine. The returned results are specific to the keyword as well as the language and location parameters of the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/jobs/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/jobs/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":".net developer"},{"language_name":"English","location_name":"United States","keyword":".net developer","tag":"some_string_123","pingback_url":"https://your-server.com/pingscript?id=$id&tag=$tag"}]},{"path":"/v3/serp/google/jobs/tasks_ready","method":"get","operationId":"GoogleJobsTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/jobs/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/jobs/tasks_ready/"},{"path":"/v3/serp/google/jobs/tasks_fixed","method":"get","operationId":"GoogleJobsTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/jobs/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/jobs/tasks_fixed/"},{"path":"/v3/serp/google/jobs/task_get/advanced/{id}","method":"get","operationId":"GoogleJobsTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/jobs/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/jobs/task_get/advanced/"},{"path":"/v3/serp/google/jobs/task_get/html/{id}","method":"get","operationId":"GoogleJobsTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/jobs/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/jobs/task_get/html/"},{"path":"/v3/serp/google/autocomplete/task_post","method":"post","operationId":"GoogleAutocompleteTaskPost","tag":"Serp","description":"Google Autocomplete is a feature within Google Search that improves the search experience by allowing users to complete searches they started to type. DataForSEO SERP API will provide you with all the suggestions Google Autocomplete offers for a particular keyword, the position of the cursor pointer, and the search client.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/autocomplete/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/autocomplete/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein","cursor_pointer":6}]},{"path":"/v3/serp/google/autocomplete/tasks_ready","method":"get","operationId":"GoogleAutocompleteTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/autocomplete/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/autocomplete/tasks_ready/"},{"path":"/v3/serp/google/autocomplete/tasks_fixed","method":"get","operationId":"GoogleAutocompleteTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/autocomplete/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/autocomplete/tasks_fixed/"},{"path":"/v3/serp/google/autocomplete/task_get/advanced/{id}","method":"get","operationId":"GoogleAutocompleteTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/autocomplete/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/autocomplete/task_get/advanced/"},{"path":"/v3/serp/google/autocomplete/live/advanced","method":"post","operationId":"GoogleAutocompleteLiveAdvanced","tag":"Serp","description":"Google Autocomplete is a feature within Google Search that improves the search experience by allowing users to complete searches they started to type. DataForSEO SERP API will provide you with all the suggestions Google Autocomplete offers for a particular keyword, the position of the cursor pointer, and the search client.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/autocomplete/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/autocomplete/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein","client":"gws-wiz-serp"}]},{"path":"/v3/serp/google/dataset_search/task_post","method":"post","operationId":"GoogleDatasetSearchTaskPost","tag":"Serp","description":"Google Dataset Search API provides top 20 Google Dataset search engine results. These results are specific to the indicated keyword. You can specify other parameters optionally.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_search/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_search/task_post/","example":[{"keyword":"water quality","last_updated":"1m","file_formats":["archive","image"],"usage_rights":"noncommercial","is_free":true,"topics":["natural_sciences","geo"]}]},{"path":"/v3/serp/google/dataset_search/tasks_ready","method":"get","operationId":"GoogleDatasetSearchTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_search/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_search/tasks_ready/"},{"path":"/v3/serp/google/dataset_search/tasks_fixed","method":"get","operationId":"GoogleDatasetSearchTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_search/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_search/tasks_fixed/"},{"path":"/v3/serp/google/dataset_search/task_get/advanced/{id}","method":"get","operationId":"GoogleDatasetSearchTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_search/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_search/task_get/advanced/"},{"path":"/v3/serp/google/dataset_search/live/advanced","method":"post","operationId":"GoogleDatasetSearchLiveAdvanced","tag":"Serp","description":"Live Google Dataset Search provides real-time data on the top 20 Google Dataset search engine results. These results are specific to the indicated keyword. You can specify other parameters optionally.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_search/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_search/live/advanced/","example":[{"keyword":"water quality","last_updated":"1m","file_formats":["archive","image"],"usage_rights":"noncommercial","is_free":true,"topics":["natural_sciences","geo"]}]},{"path":"/v3/serp/google/dataset_info/task_post","method":"post","operationId":"GoogleDatasetInfoTaskPost","tag":"Serp","description":"Google Dataset Info API provides detailed information about the dataset you specify in the POST request. You will get data from a page of the dataset displayed separately from the SERP. It contains information about dataset content, authors, licenses, and description on the SERP.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_info/task_post/","example":[{"dataset_id":"L2cvMTFqbl85ZHN6MQ=="}]},{"path":"/v3/serp/google/dataset_info/tasks_ready","method":"get","operationId":"GoogleDatasetInfoTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_info/tasks_ready/"},{"path":"/v3/serp/google/dataset_info/tasks_fixed","method":"get","operationId":"GoogleDatasetInfoTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_info/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_info/tasks_fixed/"},{"path":"/v3/serp/google/dataset_info/task_get/advanced/{id}","method":"get","operationId":"GoogleDatasetInfoTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_info/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_info/task_get/advanced/"},{"path":"/v3/serp/google/dataset_info/live/advanced","method":"post","operationId":"GoogleDatasetInfoLiveAdvanced","tag":"Serp","description":"Live Google Dataset Info provides real-time data on the dataset you specify in the request. You will get data from a page of the dataset displayed separately from the SERP. It contains information about dataset content, authors, licenses, and description on the SERP.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/dataset_info/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/dataset_info/live/advanced/","example":[{"dataset_id":"L2cvMTFqbl85ZHN6MQ=="}]},{"path":"/v3/serp/google/ads_advertisers/locations","method":"get","operationId":"GoogleAdsAdvertisersLocations","tag":"Serp","description":"As a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_advertisers/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_advertisers/locations/"},{"path":"/v3/serp/google/ads_advertisers/task_post","method":"post","operationId":"GoogleAdsAdvertisersTaskPost","tag":"Serp","description":"Google Ads Advertisers provides information on advertisers that run campaigns on Google Ads based on the Ads Transparency platform. \nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_advertisers/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_advertisers/task_post/","example":[{"location_code":2840,"keyword":"apple"}]},{"path":"/v3/serp/google/ads_advertisers/tasks_ready","method":"get","operationId":"GoogleAdsAdvertisersTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_advertisers/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_advertisers/tasks_ready/"},{"path":"/v3/serp/google/ads_advertisers/task_get/advanced/{id}","method":"get","operationId":"GoogleAdsAdvertisersTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_advertisers/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_advertisers/task_get/advanced/"},{"path":"/v3/serp/google/ads_search/locations","method":"get","operationId":"GoogleAdsSearchLocations","tag":"Serp","description":"for more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_search/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_search/locations/"},{"path":"/v3/serp/google/ads_search/task_post","method":"post","operationId":"GoogleAdsSearchTaskPost","tag":"Serp","description":"Google Ads Search provides information on ads that are run by advertisers on Google Ads. Information is based on the Ads Transparency platform and adapted for the convenience of DataForSEO users. \nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_search/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_search/task_post/","example":[{"location_code":2840,"platform":"google_search","advertiser_ids":["AR13752565271262920705","AR02439908557932462081"]}]},{"path":"/v3/serp/google/ads_search/tasks_ready","method":"get","operationId":"GoogleAdsSearchTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_search/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_search/tasks_ready/"},{"path":"/v3/serp/google/ads_search/task_get/advanced/{id}","method":"get","operationId":"GoogleAdsSearchTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/ads_search/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/ads_search/task_get/advanced/"},{"path":"/v3/serp/bing/locations","method":"get","operationId":"BingLocations","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/locations/"},{"path":"/v3/serp/bing/locations/{country}","method":"get","operationId":"BingLocationsCountry","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/locations/"},{"path":"/v3/serp/bing/languages","method":"get","operationId":"BingLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/languages/"},{"path":"/v3/serp/bing/organic/task_post","method":"post","operationId":"BingOrganicTaskPost","tag":"Serp","description":"SERP API provides search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/bing/organic/tasks_ready","method":"get","operationId":"BingOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/tasks_ready/"},{"path":"/v3/serp/bing/organic/tasks_fixed","method":"get","operationId":"BingOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/tasks_fixed/"},{"path":"/v3/serp/bing/organic/task_get/regular/{id}","method":"get","operationId":"BingOrganicTaskGetRegular","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/task_get/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/task_get/regular/"},{"path":"/v3/serp/bing/organic/task_get/advanced/{id}","method":"get","operationId":"BingOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/task_get/advanced/"},{"path":"/v3/serp/bing/organic/task_get/html/{id}","method":"get","operationId":"BingOrganicTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/task_get/html/"},{"path":"/v3/serp/bing/organic/live/regular","method":"post","operationId":"BingOrganicLiveRegular","tag":"Serp","description":"Live SERP provides real-time data on search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/live/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/live/regular/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/bing/organic/live/advanced","method":"post","operationId":"BingOrganicLiveAdvanced","tag":"Serp","description":"Live SERP provides real-time data on top 100 search engine results for the specified keyword, search engine, and location. This endpoint will supply a complete overview of featured snippets and other extra elements of SERPs.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"flight ticket new york san francisco"}]},{"path":"/v3/serp/bing/organic/live/html","method":"post","operationId":"BingOrganicLiveHtml","tag":"Serp","description":"Live SERP HTML provides a raw HTML page of search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/bing/organic/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/bing/organic/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/youtube/locations","method":"get","operationId":"YoutubeLocations","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/locations/"},{"path":"/v3/serp/youtube/locations/{country}","method":"get","operationId":"YoutubeLocationsCountry","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/locations/"},{"path":"/v3/serp/youtube/languages","method":"get","operationId":"YoutubeLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/languages/"},{"path":"/v3/serp/youtube/video_info/task_post","method":"post","operationId":"YoutubeVideoInfoTaskPost","tag":"Serp","description":"YouTube Video Info API provides detailed information about the video you specify in the POST request. You will get data from the watching page containing key video and content metrics as well as the channel where the video is published.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_info/task_post/","example":[{"language_code":"en","location_code":2840,"video_id":"vQXvyV0zIP4"}]},{"path":"/v3/serp/youtube/video_info/tasks_ready","method":"get","operationId":"YoutubeVideoInfoTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_info/tasks_ready/"},{"path":"/v3/serp/youtube/video_info/tasks_fixed","method":"get","operationId":"YoutubeVideoInfoTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_info/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_info/tasks_fixed/"},{"path":"/v3/serp/youtube/video_info/task_get/advanced/{id}","method":"get","operationId":"YoutubeVideoInfoTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_info/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_info/task_get/advanced/"},{"path":"/v3/serp/youtube/video_info/live/advanced","method":"post","operationId":"YoutubeVideoInfoLiveAdvanced","tag":"Serp","description":"Live YouTube Video Info provides real-time data on the video you specify in the request. You will get data from the watching page containing key video and content metrics as well as the channel where the video is published.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_info/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_info/live/advanced/","example":[{"language_code":"en","location_code":2840,"video_id":"vQXvyV0zIP4"}]},{"path":"/v3/serp/youtube/organic/task_post","method":"post","operationId":"YoutubeOrganicTaskPost","tag":"Serp","description":"YouTube Organic API provides the top 20 blocks of search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/organic/task_post/'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/organic/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"audi"}]},{"path":"/v3/serp/youtube/organic/tasks_ready","method":"get","operationId":"YoutubeOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/organic/tasks_ready/'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/organic/tasks_ready/"},{"path":"/v3/serp/youtube/organic/tasks_fixed","method":"get","operationId":"YoutubeOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/organic/tasks_fixed/'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/organic/tasks_fixed/"},{"path":"/v3/serp/youtube/organic/task_get/advanced/{id}","method":"get","operationId":"YoutubeOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/organic/task_get/advanced/'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/organic/task_get/advanced/"},{"path":"/v3/serp/youtube/organic/live/advanced","method":"post","operationId":"YoutubeOrganicLiveAdvanced","tag":"Serp","description":"Live SERP provides real-time data on the top 20 blocks of YouTube search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/organic/live/advanced/'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/organic/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"audi"}]},{"path":"/v3/serp/youtube/video_subtitles/task_post","method":"post","operationId":"YoutubeVideoSubtitlesTaskPost","tag":"Serp","description":"YouTube Subtitles API provides data on all subtitles in the video you specify in the POST request. You will get data from the watching page containing subtitled text, its language, and duration in the video.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/task_post/","example":[{"language_code":"en","location_code":2840,"video_id":"Y8Wu4rSNJms"}]},{"path":"/v3/serp/youtube/video_subtitles/tasks_ready","method":"get","operationId":"YoutubeVideoSubtitlesTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/tasks_ready/"},{"path":"/v3/serp/youtube/video_subtitles/tasks_fixed","method":"get","operationId":"YoutubeVideoSubtitlesTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/tasks_fixed/"},{"path":"/v3/serp/youtube/video_subtitles/task_get/advanced/{id}","method":"get","operationId":"YoutubeVideoSubtitlesTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/task_get/advanced/"},{"path":"/v3/serp/youtube/video_subtitles/live/advanced","method":"post","operationId":"YoutubeVideoSubtitlesLiveAdvanced","tag":"Serp","description":"Live YouTube Subtitles provides real-time data on subtitles in the video you specify in the request. You will get data from the watching page containing subtitled text, its language, and duration in the video.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_subtitles/live/advanced/","example":[{"language_code":"en","location_code":2840,"video_id":"Y8Wu4rSNJms"}]},{"path":"/v3/serp/youtube/video_comments/task_post","method":"post","operationId":"YoutubeVideoCommentsTaskPost","tag":"Serp","description":"YouTube Comments API provides data on comments on the video you specify in the request. You will get the top 20 comments on the video as well as information about the author, and key comment metrics.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_comments/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_comments/task_post/","example":[{"language_code":"en","location_code":2840,"video_id":"vQXvyV0zIP4"}]},{"path":"/v3/serp/youtube/video_comments/tasks_ready","method":"get","operationId":"YoutubeVideoCommentsTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_comments/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_comments/tasks_ready/"},{"path":"/v3/serp/youtube/video_comments/tasks_fixed","method":"get","operationId":"YoutubeVideoCommentsTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_comments/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_comments/tasks_fixed/"},{"path":"/v3/serp/youtube/video_comments/task_get/advanced/{id}","method":"get","operationId":"YoutubeVideoCommentsTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_comments/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_comments/task_get/advanced/"},{"path":"/v3/serp/youtube/video_comments/live/advanced","method":"post","operationId":"YoutubeVideoCommentsLiveAdvanced","tag":"Serp","description":"Live YouTube Comments provides real-time data on comments on the video you specify in the request. You will get the top 20 comments on the video as well as information about the author, and key comment metrics.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/youtube/video_comments/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/youtube/video_comments/live/advanced/","example":[{"language_code":"en","location_code":2840,"video_id":"vQXvyV0zIP4"}]},{"path":"/v3/serp/yahoo/locations","method":"get","operationId":"YahooLocations","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/locations/"},{"path":"/v3/serp/yahoo/locations/{country}","method":"get","operationId":"YahooLocationsCountry","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/locations/"},{"path":"/v3/serp/yahoo/languages","method":"get","operationId":"YahooLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/languages/"},{"path":"/v3/serp/yahoo/organic/task_post","method":"post","operationId":"YahooOrganicTaskPost","tag":"Serp","description":"SERP API provides top search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/yahoo/organic/tasks_ready","method":"get","operationId":"YahooOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/tasks_ready/"},{"path":"/v3/serp/yahoo/organic/tasks_fixed","method":"get","operationId":"YahooOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/tasks_fixed/"},{"path":"/v3/serp/yahoo/organic/task_get/regular/{id}","method":"get","operationId":"YahooOrganicTaskGetRegular","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/task_get/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/task_get/regular/"},{"path":"/v3/serp/yahoo/organic/task_get/advanced/{id}","method":"get","operationId":"YahooOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/task_get/advanced/"},{"path":"/v3/serp/yahoo/organic/task_get/html/{id}","method":"get","operationId":"YahooOrganicTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/task_get/html/"},{"path":"/v3/serp/yahoo/organic/live/regular","method":"post","operationId":"YahooOrganicLiveRegular","tag":"Serp","description":"Live Yahoo SERP provides real-time data on search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/live/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/live/regular/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/yahoo/organic/live/advanced","method":"post","operationId":"YahooOrganicLiveAdvanced","tag":"Serp","description":"Live SERP provides real-time data on top search engine results. These results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/yahoo/organic/live/html","method":"post","operationId":"YahooOrganicLiveHtml","tag":"Serp","description":"Live SERP HTML provides a raw HTML page of search engine results for the specified keyword, search engine, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/yahoo/organic/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/yahoo/organic/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/serp/baidu/locations","method":"get","operationId":"BaiduLocations","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/locations/"},{"path":"/v3/serp/baidu/locations/{country}","method":"get","operationId":"BaiduLocationsCountry","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/locations/"},{"path":"/v3/serp/baidu/languages","method":"get","operationId":"BaiduLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API. You can also download the full list of supported languages in the CSV format (last updated 2026-04-06).\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/languages/"},{"path":"/v3/serp/baidu/organic/task_post","method":"post","operationId":"BaiduOrganicTaskPost","tag":"Serp","description":"Baidu SERP API provides top 10 search engine results. These results are specific to the selected location (see the List of Locations) and other settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/organic/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/organic/task_post/","example":[{"location_code":2156,"keyword":"best iphone ever","tag":"some_string_123","priority":2}]},{"path":"/v3/serp/baidu/organic/tasks_ready","method":"get","operationId":"BaiduOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/organic/tasks_ready/"},{"path":"/v3/serp/baidu/organic/tasks_fixed","method":"get","operationId":"BaiduOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/organic/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/organic/tasks_fixed/"},{"path":"/v3/serp/baidu/organic/task_get/regular/{id}","method":"get","operationId":"BaiduOrganicTaskGetRegular","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/organic/task_get/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/organic/task_get/regular/"},{"path":"/v3/serp/baidu/organic/task_get/advanced/{id}","method":"get","operationId":"BaiduOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/organic/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/organic/task_get/advanced/"},{"path":"/v3/serp/baidu/organic/task_get/html/{id}","method":"get","operationId":"BaiduOrganicTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/baidu/organic/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/baidu/organic/task_get/html/"},{"path":"/v3/serp/naver/organic/task_post","method":"post","operationId":"NaverOrganicTaskPost","tag":"Serp","description":"Naver SERP API provides top 15 search engine results. Naver search results do not vary by location and language, and the search parameters for this search engine do not contain language and location variables. However, you can specify a keyword in any language, and the search engine results may vary depending on the language you used for specifying the search query.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/naver/organic/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/naver/organic/task_post/","example":[{"keyword":"albert einstein","device":"desktop","tag":"some_string_123","postback_url":"https://your-server.com/postbackscript.php","postback_data":"regular"}]},{"path":"/v3/serp/naver/organic/tasks_ready","method":"get","operationId":"NaverOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/naver/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/naver/organic/tasks_ready/"},{"path":"/v3/serp/naver/organic/tasks_fixed","method":"get","operationId":"NaverOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/naver/organic/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/naver/organic/tasks_fixed/"},{"path":"/v3/serp/naver/organic/task_get/regular/{id}","method":"get","operationId":"NaverOrganicTaskGetRegular","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/naver/organic/task_get/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/naver/organic/task_get/regular/"},{"path":"/v3/serp/naver/organic/task_get/advanced/{id}","method":"get","operationId":"NaverOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/naver/organic/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/naver/organic/task_get/advanced/"},{"path":"/v3/serp/naver/organic/task_get/html/{id}","method":"get","operationId":"NaverOrganicTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/naver/organic/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/naver/organic/task_get/html/"},{"path":"/v3/serp/seznam/locations","method":"get","operationId":"SeznamLocations","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/locations/"},{"path":"/v3/serp/seznam/locations/{country}","method":"get","operationId":"SeznamLocationsCountry","tag":"Serp","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/locations/"},{"path":"/v3/serp/seznam/languages","method":"get","operationId":"SeznamLanguages","tag":"Serp","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/languages/"},{"path":"/v3/serp/seznam/organic/task_post","method":"post","operationId":"SeznamOrganicTaskPost","tag":"Serp","description":"Seznam SERP API provides top 10 search engine results from one of the most popular search engines in the Czech Republic. Seznam is focused on the local search market, and thus supports the Czech language only.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/organic/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/organic/task_post/","example":[{"language_code":"cs","location_code":2203,"keyword":"albert einstein"}]},{"path":"/v3/serp/seznam/organic/tasks_ready","method":"get","operationId":"SeznamOrganicTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/organic/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/organic/tasks_ready/"},{"path":"/v3/serp/seznam/organic/tasks_fixed","method":"get","operationId":"SeznamOrganicTasksFixed","tag":"Serp","description":"The ‘Tasks Fixed’ endpoint is designed to provide you with the list of re-parsed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed re-parsed tasks using this endpoint. Then, you can re-collect the fixed results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/organic/tasks_fixed/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/organic/tasks_fixed/"},{"path":"/v3/serp/seznam/organic/task_get/regular/{id}","method":"get","operationId":"SeznamOrganicTaskGetRegular","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/organic/task_get/regular/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/organic/task_get/regular/"},{"path":"/v3/serp/seznam/organic/task_get/advanced/{id}","method":"get","operationId":"SeznamOrganicTaskGetAdvanced","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/organic/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/organic/task_get/advanced/"},{"path":"/v3/serp/seznam/organic/task_get/html/{id}","method":"get","operationId":"SeznamOrganicTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/seznam/organic/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/seznam/organic/task_get/html/"},{"path":"/v3/serp/google/finance_explore/task_post","method":"post","operationId":"GoogleFinanceExploreTaskPost","tag":"Serp","description":"Google Finance Explore API provides real-time data from the ‘Explore’ tab of Google Finance. These results are specific to the parameters you specify in the request: location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_explore/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_explore/task_post/","example":[{"location_code":2840,"language_name":"English"}]},{"path":"/v3/serp/google/finance_explore/tasks_ready","method":"get","operationId":"GoogleFinanceExploreTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_explore/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_explore/tasks_ready/"},{"path":"/v3/serp/google/finance_explore/task_get/advanced/{id}","method":"get","operationId":"GoogleFinanceExploreTaskGetAdvanced","tag":"Serp","description":"Live Google Finance Explore provides real-time data from the ‘Explore’ tab of Google Finance. These results are specific to the parameters you specify in the request: ticker in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_explore/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_explore/task_get/advanced/"},{"path":"/v3/serp/google/finance_explore/task_get/html/{id}","method":"get","operationId":"GoogleFinanceExploreTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_explore/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_explore/task_get/html/"},{"path":"/v3/serp/google/finance_explore/live/advanced","method":"post","operationId":"GoogleFinanceExploreLiveAdvanced","tag":"Serp","description":"Live Google Finance Explore provides real-time data from the ‘Explore’ tab of Google Finance. These results are specific to the parameters you specify in the request: location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_explore/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_explore/live/advanced/","example":[{"location_code":2840,"language_name":"English"}]},{"path":"/v3/serp/google/finance_explore/live/html","method":"post","operationId":"GoogleFinanceExploreLiveHtml","tag":"Serp","description":"Live SERP HTML provides raw HTML page from the ‘Explore’ tab of Google Finance. These results are specific to the parameters you specify in the request: location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_explore/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_explore/live/html/","example":[{"language_code":"en","location_code":2840}]},{"path":"/v3/serp/google/finance_markets/task_post","method":"post","operationId":"GoogleFinanceMarketsTaskPost","tag":"Serp","description":"Google Finance Markets API provides real-time data from the ‘Markets’ tab of Google Finance. These results are specific to the parameters you specify in the request: location, language, and market_type.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_markets/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_markets/task_post/","example":[{"location_code":2840,"language_name":"English"}]},{"path":"/v3/serp/google/finance_markets/tasks_ready","method":"get","operationId":"GoogleFinanceMarketsTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_markets/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_markets/tasks_ready/"},{"path":"/v3/serp/google/finance_markets/task_get/advanced/{id}","method":"get","operationId":"GoogleFinanceMarketsTaskGetAdvanced","tag":"Serp","description":"Google Finance Markets API provides real-time data from the ‘Markets’ tab of Google Finance. These results are specific to the parameters you specify in the request: ticker in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_markets/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_markets/task_get/advanced/"},{"path":"/v3/serp/google/finance_markets/task_get/html/{id}","method":"get","operationId":"GoogleFinanceMarketsTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_markets/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_markets/task_get/html/"},{"path":"/v3/serp/google/finance_markets/live/advanced","method":"post","operationId":"GoogleFinanceMarketsLiveAdvanced","tag":"Serp","description":"Live Google Finance Markets provides real-time data from the ‘Markets’ tab of Google Finance. These results are specific to the parameters you specify in the request: location, language, and market_type.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_markets/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_markets/live/advanced/","example":[{"location_code":2840,"language_name":"English"}]},{"path":"/v3/serp/google/finance_markets/live/html","method":"post","operationId":"GoogleFinanceMarketsLiveHtml","tag":"Serp","description":"Live SERP HTML provides raw HTML from the ‘Markets’ tab of Google Finance. These results are specific to the parameters you specify in the request: location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_markets/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_markets/live/html/","example":[{"language_code":"en","location_code":2840}]},{"path":"/v3/serp/google/finance_quote/task_post","method":"post","operationId":"GoogleFinanceQuoteTaskPost","tag":"Serp","description":"Google Finance Quote provides real-time data from the ‘Quote’ tab of Google Finance. These results are specific to the parameters you specify in the request: ticker in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_quote/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_quote/task_post/","example":[{"keyword":".DJI:INDEXDJX","location_code":2840,"language_name":"English"}]},{"path":"/v3/serp/google/finance_quote/tasks_ready","method":"get","operationId":"GoogleFinanceQuoteTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_quote/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_quote/tasks_ready/"},{"path":"/v3/serp/google/finance_quote/task_get/advanced/{id}","method":"get","operationId":"GoogleFinanceQuoteTaskGetAdvanced","tag":"Serp","description":"Live Google Finance Quote provides real-time data from the ‘Quote’ tab of Google Finance. These results are specific to the parameters you specify in the request: ticker in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_quote/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_quote/task_get/advanced/"},{"path":"/v3/serp/google/finance_quote/task_get/html/{id}","method":"get","operationId":"GoogleFinanceQuoteTaskGetHtml","tag":"Serp","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_quote/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_quote/task_get/html/"},{"path":"/v3/serp/google/finance_quote/live/advanced","method":"post","operationId":"GoogleFinanceQuoteLiveAdvanced","tag":"Serp","description":"Live Google Finance Quote provides real-time data from the ‘Quote’ tab of Google Finance. These results are specific to the parameters you specify in the request: ticker in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_quote/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_quote/live/advanced/","example":[{"keyword":"CLW00:NYMEX","location_code":2840,"language_name":"English"}]},{"path":"/v3/serp/google/finance_quote/live/html","method":"post","operationId":"GoogleFinanceQuoteLiveHtml","tag":"Serp","description":"Live SERP HTML provides raw HTML from the ‘Quote’ tab of Google Finance. These results are specific to the parameters you specify in the request: ticker in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_quote/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_quote/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"NASDAQ-100"}]},{"path":"/v3/serp/google/finance_ticker_search/task_post","method":"post","operationId":"GoogleFinanceTickerSearchTaskPost","tag":"Serp","description":"Google Finance Ticker Search allows you to search for financial instruments available on Google Finance along with additional information. The result is specific to the parameters you specify in the request: keyword (name of a company or financial instrument) in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/task_post/","example":[{"language_name":"English","location_code":2840,"category":"all","keyword":"DJ","priority":2}]},{"path":"/v3/serp/google/finance_ticker_search/tasks_ready","method":"get","operationId":"GoogleFinanceTickerSearchTasksReady","tag":"Serp","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/tasks_ready/"},{"path":"/v3/serp/google/finance_ticker_search/task_get/advanced/{id}","method":"get","operationId":"GoogleFinanceTickerSearchTaskGetAdvanced","tag":"Serp","description":"Google Finance Ticker Search allows you to search for financial instruments available on Google Finance along with additional information. The result is specific to the parameters you specify in the request: keyword (name of a company or financial instrument) in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/task_get/advanced/"},{"path":"/v3/serp/google/finance_ticker_search/live/advanced","method":"post","operationId":"GoogleFinanceTickerSearchLiveAdvanced","tag":"Serp","description":"Live Google Finance Ticker Search allows you to search for financial instruments available on Google Finance along with additional information. The result is specific to the parameters you specify in the request: keyword (name of a company or financial instrument) in the keyword field, location and language.\nfor more info please visit 'https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/serp/google/finance_ticker_search/live/advanced/","example":[{"language_name":"English","location_code":2840,"category":"all","keyword":"DJ"}]},{"path":"/v3/dataforseo_labs/id_list","method":"post","operationId":"DataforseoLabsIdList","tag":"DataforseoLabs","description":"This endpoint is designed to provide you with a list of IDs and metadata for all DataForSEO Labs tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/dataforseo_labs/status","method":"get","operationId":"Status","tag":"DataforseoLabs","description":"By calling this endpoint, you will find out when the DataForSEO Labs data was last updated. The API response will provide separate update dates for the Google, Bing, and Amazon endpoints of DataForSEO Labs API.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/status/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/status/"},{"path":"/v3/dataforseo_labs/errors","method":"post","operationId":"DataforseoLabsErrors","tag":"DataforseoLabs","description":"By calling this endpoint you will receive information about the DataForSEO Labs API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/errors/","example":[{"limit":10,"offset":0}]},{"path":"/v3/dataforseo_labs/available_filters","method":"get","operationId":"AvailableFilters","tag":"DataforseoLabs","description":"Here you will find all the necessary information about filters that can be used with DataForSEO Labs API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/filters/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/filters/"},{"path":"/v3/dataforseo_labs/locations_and_languages","method":"get","operationId":"LocationsAndLanguages","tag":"DataforseoLabs","description":"Using this endpoint you can get the full list of locations and languages supported in DataForSEO Labs API. Available sources currently include Google, Bing, and Amazon search engines. However, you should note that Amazon and Bing locations and languages are currently limited to the US/English.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/locations_and_languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/locations_and_languages/"},{"path":"/v3/dataforseo_labs/categories","method":"get","operationId":"Categories","tag":"DataforseoLabs","description":"We use Google product and service categories. This endpoint will provide you with the full list of available categories.\nYou can also download the CSV file by this link.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/categories_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/categories_list/"},{"path":"/v3/dataforseo_labs/google/available_history","method":"get","operationId":"GoogleAvailableHistory","tag":"DataforseoLabs","description":"By calling this endpoint, you will find obtain a list of dates available for setting in the first_date and second_date fields of the Domain Metrics by Categories endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/available_history/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/available_history/live/"},{"path":"/v3/dataforseo_labs/google/keywords_for_site/live","method":"post","operationId":"GoogleKeywordsForSiteLive","tag":"DataforseoLabs","description":"The Keywords For Site endpoint will provide you with a list of keywords relevant to the target domain. Each keyword is supplied with relevant categories, search volume data for the last month, cost-per-click, competition, and search volume trend values for the past 12 months.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/keywords_for_site/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/keywords_for_site/live/","example":[{"target":"apple.com","language_code":"en","location_code":2840,"include_serp_info":true,"include_subdomains":true,"filters":["serp_info.se_results_count",">",0],"limit":3}]},{"path":"/v3/dataforseo_labs/google/related_keywords/live","method":"post","operationId":"GoogleRelatedKeywordsLive","tag":"DataforseoLabs","description":"The Related Keywords endpoint provides keywords appearing in the\n \"searches related to\" SERP element\nYou can get up to 4680 keyword ideas by specifying the search depth. Each related keyword comes with the list of relevant product categories, search volume rate for the last month, search volume trend for the previous 12 months, as well as current cost-per-click and competition values.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/related_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/related_keywords/live/","example":[{"keyword":"phone","language_name":"English","location_code":2840,"limit":3}]},{"path":"/v3/dataforseo_labs/google/keyword_suggestions/live","method":"post","operationId":"GoogleKeywordSuggestionsLive","tag":"DataforseoLabs","description":"The Keyword Suggestions endpoint provides search queries that include the specified seed keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_suggestions/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_suggestions/live/","example":[{"keyword":"phone","location_code":2840,"language_code":"en","include_serp_info":true,"include_seed_keyword":true,"limit":1}]},{"path":"/v3/dataforseo_labs/google/keyword_ideas/live","method":"post","operationId":"GoogleKeywordIdeasLive","tag":"DataforseoLabs","description":"The Keyword Ideas endpoint provides search terms that are relevant to the product or service categories of the specified keywords. The algorithm selects the keywords which fall into the same categories as the seed keywords specified in a POST array.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_ideas/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_ideas/live/","example":[{"keywords":["phone","watch"],"location_code":2840,"language_code":"en","include_serp_info":true,"limit":3}]},{"path":"/v3/dataforseo_labs/google/bulk_keyword_difficulty/live","method":"post","operationId":"GoogleBulkKeywordDifficultyLive","tag":"DataforseoLabs","description":"This endpoint will provide you with the Keyword Difficulty metric for a maximum of 1,000 keywords in one API request. Keyword Difficulty stands for the relative difficulty of ranking in the first top-10 organic results for the related keyword. Keyword Difficulty in DataForSEO API responses indicates the chance of getting in top-10 organic results for a keyword on a logarithmic scale from 0 to 100.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_keyword_difficulty/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_keyword_difficulty/live/","example":[{"location_code":2840,"language_code":"en","keywords":["dentist new york","pizza brooklyn","car dealer los angeles"]}]},{"path":"/v3/dataforseo_labs/google/search_intent/live","method":"post","operationId":"GoogleSearchIntentLive","tag":"DataforseoLabs","description":"This endpoint will provide you with search intent data for up to 1,000 keywords. For each keyword that you specify when setting a task, the API will return the keyword’s search intent and intent probability. Besides the highest probable search intent, the results will also provide you with other likely search intent(s) and their probability.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/search_intent/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/search_intent/live/","example":[{"language_code":"en","keywords":["login page","audi a7","elon musk","milk store new york"]}]},{"path":"/v3/dataforseo_labs/google/categories_for_keywords/languages","method":"get","operationId":"GoogleCategoriesForKeywordsLanguages","tag":"DataforseoLabs","description":"Using this endpoint you can get the full list of languages supported for the Google Categories for Keywords endpoint of DataForSEO Labs API.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/categories_for_keywords/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/categories_for_keywords/languages/"},{"path":"/v3/dataforseo_labs/google/categories_for_domain/live","method":"post","operationId":"GoogleCategoriesForDomainLive","tag":"DataforseoLabs","description":"This endpoint will provide you with Google product or service categories that include keywords the domain ranks for in search. Furthermore, you will obtain general rankings and traffic data for the keywords under a certain category.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/categories_for_domain/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/categories_for_domain/live/","example":[{"target":"dataforseo.com","language_code":"en","location_name":"United States","item_types":["paid","organic","featured_snippet","local_pack"],"limit":3}]},{"path":"/v3/dataforseo_labs/google/categories_for_keywords/live","method":"post","operationId":"GoogleCategoriesForKeywordsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with Google product and service categories related for each specified keyword. You can indicate a maximum of 1,000 keywords in one API request.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/categories_for_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/categories_for_keywords/live/","example":[{"language_code":"en","keywords":["dentist new york","pizza brooklyn","car dealer los angeles"]}]},{"path":"/v3/dataforseo_labs/google/keywords_for_categories/live","method":"post","operationId":"GoogleKeywordsForCategoriesLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords relevant to the specified product categories. You will get the search volume rate for the last month, search volume trend for the previous 12 months, as well as current cost-per-click and competition values for each keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/keywords_for_categories/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/keywords_for_categories/live/","example":[{"category_codes":[12191,12193],"language_name":"English","location_code":2840,"include_serp_info":true,"limit":3}]},{"path":"/v3/dataforseo_labs/google/domain_metrics_by_categories/live","method":"post","operationId":"GoogleDomainMetricsByCategoriesLive","tag":"DataforseoLabs","description":"This endpoint will provide you with dynamics of change in metrics of domains relevant to the specified product and service categories. You will receive historical ranking data from Google SERPs, along with valuable current and historical domain metrics, such as ETV, impressions ETV, estimated paid traffic cost, the total count of SERPs that contain domains, and more.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_metrics_by_categories/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_metrics_by_categories/live/","example":[{"location_code":2840,"language_code":"en","category_codes":[13418,11494],"first_date":"2026-01-15","second_date":"2026-03-15","limit":3}]},{"path":"/v3/dataforseo_labs/google/top_searches/live","method":"post","operationId":"GoogleTopSearchesLive","tag":"DataforseoLabs","description":"The Top Searches endpoint of DataForSEO Labs API can provide you with over 7 billion keywords from the DataForSEO Keyword Database. Each keyword in the API response is provided with a set of relevant keyword data with Google Ads metrics, product categories, and Google SERP data.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/top_searches/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/top_searches/live/","example":[{"language_name":"English","location_code":2840,"limit":3}]},{"path":"/v3/dataforseo_labs/google/ranked_keywords/live","method":"post","operationId":"GoogleRankedKeywordsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with the list of keywords that any domain or webpage is ranking for. You will also get SERP elements related to the keyword position, as well as monthly searches and other data relevant to the returned keywords.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/ranked_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/ranked_keywords/live/","example":[{"target":"dataforseo.com","language_name":"English","location_name":"United States","load_rank_absolute":true,"limit":3}]},{"path":"/v3/dataforseo_labs/google/serp_competitors/live","method":"post","operationId":"GoogleSerpCompetitorsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of domains ranking for the keywords you specify. You will also get SERP rankings, rating, estimated traffic volume, and visibility values the provided domains gain from the specified keywords.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/serp_competitors/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/serp_competitors/live/","example":[{"keywords":["phone"],"language_name":"English","location_code":2840,"item_types":["organic"],"limit":5}]},{"path":"/v3/dataforseo_labs/google/competitors_domain/live","method":"post","operationId":"GoogleCompetitorsDomainLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a full overview of ranking and traffic data of the competitor domains from organic and paid search. In addition to that, you will get the metrics specific to the keywords both competitor domains and your domain rank for within the same SERP.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/competitors_domain/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/competitors_domain/live/","example":[{"target":"newmouth.com","intersecting_domains":["dentaly.org","health.com","trysnow.com"],"language_name":"English","location_code":2840,"limit":3}]},{"path":"/v3/dataforseo_labs/google/domain_intersection/live","method":"post","operationId":"GoogleDomainIntersectionLive","tag":"DataforseoLabs","description":"This endpoint will provide you with the keywords for which both specified domains rank within the same SERP. You will get search volume, competition, cost-per-click and other data on each intersecting keyword. Along with that, you will get data on the first and second domain’s SERP element discovered for this keyword, as well as the estimated traffic volume and cost of ad traffic. Domain Intersection endpoint supports organic, paid, local pack, and featured snippet results.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_intersection/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_intersection/live/","example":[{"target1":"mom.com","target2":"quora.com","language_code":"en","location_code":2840,"include_serp_info":true,"limit":3}]},{"path":"/v3/dataforseo_labs/google/subdomains/live","method":"post","operationId":"GoogleSubdomainsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of subdomains of the specified domain, along with the ranking distribution across organic and paid search. In addition to that, you will also get the estimated traffic volume of subdomains based on search volume and impressions.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/subdomains/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/subdomains/live/","example":[{"target":"dataforseo.com","language_name":"English","location_code":2840,"filters":[["metrics.organic.pos_1","<>",0],"or",["metrics.organic.pos_2_3","<>",0]]}]},{"path":"/v3/dataforseo_labs/google/relevant_pages/live","method":"post","operationId":"GoogleRelevantPagesLive","tag":"DataforseoLabs","description":"for more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/relevant_pages/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/relevant_pages/live/","example":[{"target":"amazon.com","language_name":"English","location_code":2840,"filters":[["metrics.organic.pos_1","<>",0],"or",["metrics.organic.pos_2_3","<>",0]],"limit":3}]},{"path":"/v3/dataforseo_labs/google/domain_rank_overview/live","method":"post","operationId":"GoogleDomainRankOverviewLive","tag":"DataforseoLabs","description":"This endpoint will provide you with ranking and traffic data from organic and paid search for the specified domain. You will be able to review the domain ranking distribution in SERPs as well as estimated monthly traffic volume for both organic and paid results.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_rank_overview/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/domain_rank_overview/live/","example":[{"target":"dataforseo.com","language_name":"English","location_code":2840}]},{"path":"/v3/dataforseo_labs/google/historical_serps/live","method":"post","operationId":"GoogleHistoricalSerpsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with Google SERPs collected within the specified time frame. You will also receive a complete overview of featured snippets and other extra elements that were present within the specified dates. The data will allow you to analyze the dynamics of keyword rankings over time for the specified keyword and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_serps/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_serps/live/","example":[{"keyword":"albert einstein","location_code":2840,"language_code":"en","date_from":"2026-01-15","date_to":"2026-03-15"}]},{"path":"/v3/dataforseo_labs/google/historical_rank_overview/live","method":"post","operationId":"GoogleHistoricalRankOverviewLive","tag":"DataforseoLabs","description":"This endpoint will provide you with historical data on rankings and traffic of the specified domain, such as domain ranking distribution in SERPs and estimated monthly traffic volume for both organic and paid results.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_rank_overview/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_rank_overview/live/","example":[{"target":"dataforseo.com","location_code":2840,"language_code":"en","date_from":"2026-01-15","date_to":"2026-03-15"}]},{"path":"/v3/dataforseo_labs/google/page_intersection/live","method":"post","operationId":"GooglePageIntersectionLive","tag":"DataforseoLabs","description":"This endpoint will provide you with the keywords for which specified pages rank within the same SERP. You will get search volume, competition, cost-per-click data on each intersecting keyword. Along with that, you will get data on SERP elements that specified pages rank for in search results, as well as the estimated traffic volume and cost of ad traffic. Page Intersection endpoint supports organic, paid, local pack and featured snippet results.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/page_intersection/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/page_intersection/live/","example":[{"pages":{"1":"https://forbes.com","2":"https://cnn.com/*"},"language_name":"English","location_code":2840,"include_serp_info":true,"limit":3}]},{"path":"/v3/dataforseo_labs/google/bulk_traffic_estimation/live","method":"post","operationId":"GoogleBulkTrafficEstimationLive","tag":"DataforseoLabs","description":"This endpoint will provide you with estimated monthly traffic volumes for up to 1,000 domains, subdomains, or webpages. Along with organic search traffic estimations, you will also get separate values for paid search, featured snippet, and local pack results.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_traffic_estimation/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_traffic_estimation/live/","example":[{"targets":["dataforseo.com","cnn.com","forbes.com"],"location_code":2840,"language_code":"en","item_types":["organic","paid"]}]},{"path":"/v3/dataforseo_labs/google/historical_bulk_traffic_estimation/live","method":"post","operationId":"GoogleHistoricalBulkTrafficEstimationLive","tag":"DataforseoLabs","description":"This endpoint will provide you with historical monthly traffic volumes for up to 1,000 domains collected within the specified time range through October 2020. If you do not specify the range, data will be returned for the previous 12 months. Along with organic search traffic estimations, you will also get separate values for paid search, featured snippet, and local pack results.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_bulk_traffic_estimation/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_bulk_traffic_estimation/live/","example":[{"targets":["dataforseo.com","cnn.com","forbes.com"],"location_code":2840,"language_code":"en","date_from":"2026-01-15","date_to":"2026-03-15","item_types":["organic","paid"]}]},{"path":"/v3/dataforseo_labs/google/historical_keyword_data/live","method":"post","operationId":"GoogleHistoricalKeywordDataLive","tag":"DataforseoLabs","description":" \nThis endpoint provides Google historical keyword data for specified keywords, including search volume, cost-per-click, competition values for paid search, monthly searches, and search volume trends. You can get historical keyword data since August, 2021, depending on keywords along with location and language combination. You can find the list of supported locations and languages here.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_keyword_data/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/historical_keyword_data/live/","example":[{"language_code":"en","location_code":2840,"keywords":["iphone"]}]},{"path":"/v3/dataforseo_labs/google/keyword_overview/live","method":"post","operationId":"GoogleKeywordOverviewLive","tag":"DataforseoLabs","description":" \nThis endpoint provides Google keyword data for specified keywords. For each keyword, you will receive current cost-per-click, competition values for paid search, search volume, search intent, monthly searches, as well as SERP and backlink information. Additionally, you can obtain clickstream data, such as clickstream search volume, by specifying the include_clickstream_data parameter.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_overview/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/keyword_overview/live/","example":[{"language_code":"en","location_code":2840,"include_clickstream_data":true,"include_serp_info":true,"keywords":["iphone"]}]},{"path":"/v3/dataforseo_labs/amazon/bulk_search_volume/live","method":"post","operationId":"AmazonBulkSearchVolumeLive","tag":"DataforseoLabs","description":"This endpoint will provide you with search volume values for a maximum of 1,000 keywords in one API request. Here search volume represents the approximate number of monthly searches for a keyword on Amazon. The returned results are specific to the keywords, location, and language parameters specified in a POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/amazon/bulk_search_volume/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/amazon/bulk_search_volume/live/","example":[{"keywords":["buy laptop","cheap laptops for sale","purchase laptop"],"location_code":2840,"language_code":"en"}]},{"path":"/v3/dataforseo_labs/amazon/related_keywords/live","method":"post","operationId":"AmazonRelatedKeywordsLive","tag":"DataforseoLabs","description":"The Related Keywords endpoint provides keywords appearing in the\n \"Related Searches\" section on Amazon.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/amazon/related_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/amazon/related_keywords/live/","example":[{"keyword":"computer mouse","language_name":"English","location_code":2840,"limit":5,"include_seed_keyword":true}]},{"path":"/v3/dataforseo_labs/amazon/ranked_keywords/live","method":"post","operationId":"AmazonRankedKeywordsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords the target product ranks for on Amazon. The returned results are specific to the asin specified in a POST request. Learn more about ASIN in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/amazon/ranked_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/amazon/ranked_keywords/live/","example":[{"asin":"B00R92CL5E","location_code":2840,"language_code":"en"}]},{"path":"/v3/dataforseo_labs/amazon/product_rank_overview/live","method":"post","operationId":"AmazonProductRankOverviewLive","tag":"DataforseoLabs","description":"This endpoint will provide you with ranking data from organic and paid Amazon SERPs for the target products. The returned results are specific to the asins specified in a POST request. Learn more about ASIN in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/amazon/product_rank_overview/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/amazon/product_rank_overview/live/","example":[{"asins":["B001TJ3HUG","B01LW2SL7R"],"language_name":"English","location_code":2840}]},{"path":"/v3/dataforseo_labs/amazon/product_competitors/live","method":"post","operationId":"AmazonProductCompetitorsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of products that intersect with a target asin in Amazon SERPs. The data can help you identify product competitors for any listing published on Amazon. The returned results are specific to the asin as well as the location and language parameters specified in a POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/amazon/product_competitors/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/amazon/product_competitors/live/","example":[{"asin":"019005476X","location_code":2840,"language_code":"en"}]},{"path":"/v3/dataforseo_labs/amazon/product_keyword_intersections/live","method":"post","operationId":"AmazonProductKeywordIntersectionsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords for which the target products intersect in Amazon SERP. The returned results are specific to the asins specified in a POST request. Learn more about ASIN in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/amazon/product_keyword_intersections/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/amazon/product_keyword_intersections/live/","example":[{"asins":{"1":"B09172433Z","2":"B07GBZ4Q68","3":"B07GCKQD77"},"language_name":"English","location_code":2840}]},{"path":"/v3/dataforseo_labs/google/bulk_app_metrics/live","method":"post","operationId":"GoogleBulkAppMetricsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with ranking metrics for up to 1000 Google Play applications.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_app_metrics/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/bulk_app_metrics/live/","example":[{"app_ids":["org.telegram.messenger","com.zhiliaoapp.musically"],"language_name":"English","location_code":2840}]},{"path":"/v3/dataforseo_labs/google/keywords_for_app/live","method":"post","operationId":"GoogleKeywordsForAppLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords for which the target app ranks on Google Play. You will obtain keyword data and discover the app’s ranking position for each returned keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/keywords_for_app/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/keywords_for_app/live/","example":[{"app_id":"org.telegram.messenger","language_name":"English","location_code":2840,"limit":10}]},{"path":"/v3/dataforseo_labs/google/app_competitors/live","method":"post","operationId":"GoogleAppCompetitorsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of mobile applications that intersect with the target app for its ranking keywords on Google Play. You will obtain the IDs of competitor apps along with search volume and ranking data on competitor ranking keywords.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/app_competitors/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/app_competitors/live/","example":[{"app_id":"org.telegram.messenger","language_name":"English","location_code":2840,"limit":10}]},{"path":"/v3/dataforseo_labs/google/app_intersection/live","method":"post","operationId":"GoogleAppIntersectionLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords for which the mobile applications specified in the app_ids object rank within the same Google Play SERP.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/google/app_intersection/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/google/app_intersection/live/","example":[{"app_ids":{"1":"org.telegram.messenger","2":"com.zhiliaoapp.musically"},"language_name":"English","location_code":2840,"limit":10}]},{"path":"/v3/dataforseo_labs/apple/bulk_app_metrics/live","method":"post","operationId":"AppleBulkAppMetricsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with ranking metrics for up to 1000 App Store applications.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/apple/bulk_app_metrics/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/apple/bulk_app_metrics/live/","example":[{"app_ids":["686449807","382617920"],"language_name":"English","location_code":2840}]},{"path":"/v3/dataforseo_labs/apple/keywords_for_app/live","method":"post","operationId":"AppleKeywordsForAppLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords for which the target app ranks on App Store. You will obtain keyword data and discover the app’s ranking position for each returned keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/apple/keywords_for_app/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/apple/keywords_for_app/live/","example":[{"app_id":"686449807","language_name":"English","location_code":2840,"limit":10}]},{"path":"/v3/dataforseo_labs/apple/app_competitors/live","method":"post","operationId":"AppleAppCompetitorsLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of mobile applications that intersect with the target app for its ranking keywords on App Store. You will obtain the IDs of competitor apps along with search volume and ranking data on competitor ranking keywords.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/apple/app_competitors/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/apple/app_competitors/live/","example":[{"app_id":"686449807","language_name":"English","location_code":2840,"limit":10}]},{"path":"/v3/dataforseo_labs/apple/app_intersection/live","method":"post","operationId":"AppleAppIntersectionLive","tag":"DataforseoLabs","description":"This endpoint will provide you with a list of keywords for which the mobile applications specified in the app_ids object rank within the same App Store SERP.\nfor more info please visit 'https://docs.dataforseo.com/v3/dataforseo_labs/apple/app_intersection/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/dataforseo_labs/apple/app_intersection/live/","example":[{"app_ids":{"1":"686449807","2":"382617920"},"language_name":"English","location_code":2840,"limit":10}]},{"path":"/v3/domain_analytics/id_list","method":"post","operationId":"DomainAnalyticsIdList","tag":"DomainAnalytics","description":"This endpoint is designed to provide you with a list of IDs and metadata for all Domain Analytics tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/domain_analytics/errors","method":"post","operationId":"DomainAnalyticsErrors","tag":"DomainAnalytics","description":"By calling this endpoint you will receive information about the Domain Analytics API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/domain_analytics/technologies/available_filters","method":"get","operationId":"TechnologiesAvailableFilters","tag":"DomainAnalytics","description":"Here you will find all the necessary information about filters that can be used with Domain Analytics Technologies API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/filters/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/filters/"},{"path":"/v3/domain_analytics/technologies/locations","method":"get","operationId":"TechnologiesLocations","tag":"DomainAnalytics","description":"You will receive the list of locations by this API call.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/locations/"},{"path":"/v3/domain_analytics/technologies/languages","method":"get","operationId":"TechnologiesLanguages","tag":"DomainAnalytics","description":"You will receive the list of languages by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/languages/"},{"path":"/v3/domain_analytics/technologies/technologies","method":"get","operationId":"TechnologiesTechnologies","tag":"DomainAnalytics","description":"This endpoint will provide you with the full list of available technologies structured by technology groups and categories each particular technology belongs to.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/technologies/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/technologies/"},{"path":"/v3/domain_analytics/technologies/aggregation_technologies/live","method":"post","operationId":"TechnologiesAggregationTechnologiesLive","tag":"DomainAnalytics","description":"The Aggregation Technologies endpoint will provide you with a list of the most popular technologies websites use alongside the technologies you specify. Alternatively, you can specify technology categories or groups to obtain wider stats.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/aggregation_technologies/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/aggregation_technologies/live/","example":[{"mode":"entry","technology":"Nginx","keyword":"WordPress","filters":[["country_iso_code","=","US"],"and",["domain_rank",">",800]],"order_by":["groups_count,desc"],"limit":10}]},{"path":"/v3/domain_analytics/technologies/technologies_summary/live","method":"post","operationId":"TechnologiesTechnologiesSummaryLive","tag":"DomainAnalytics","description":"The Technologies Summary endpoint will provide you with the number of domains across different countries and languages that use the specified technology names, technology groups, or technology categories.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/technologies_summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/technologies_summary/live/","example":[{"mode":"entry","technologies":["Ngi"],"keywords":["WordPress"],"filters":[["country_iso_code","=","US"],"and",["domain_rank",">",800]]}]},{"path":"/v3/domain_analytics/technologies/technology_stats/live","method":"post","operationId":"TechnologiesTechnologyStatsLive","tag":"DomainAnalytics","description":"The Technology Stats endpoint will provide you with historical data on the number of domains across different countries and languages that use the specified technology.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/technology_stats/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/technology_stats/live/","example":[{"technology":"jQuery","date_from":"2026-01-15","date_to":"2026-03-15"}]},{"path":"/v3/domain_analytics/technologies/domains_by_technology/live","method":"post","operationId":"TechnologiesDomainsByTechnologyLive","tag":"DomainAnalytics","description":"This endpoint provides domains based on the technology they use. In addition to the list of domains, you will also get their technology profiles, the country and language they belong to, and other related data.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/domains_by_technology/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/domains_by_technology/live/","example":[{"technologies":["Nginx"],"filters":[["country_iso_code","=","US"],"and",["domain_rank",">",800]],"order_by":["last_visited,desc"],"limit":10}]},{"path":"/v3/domain_analytics/technologies/domains_by_html_terms/live","method":"post","operationId":"TechnologiesDomainsByHtmlTermsLive","tag":"DomainAnalytics","description":"This endpoint provides domains based on the HTML terms they use on their homepage. In addition to the list of domains, you will also get their technology profiles, the country and language they belong to, and other related data.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/domains_by_html_terms/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/domains_by_html_terms/live/","example":[{"search_terms":["data-attrid"],"order_by":["last_visited,desc"],"limit":10,"offset":0}]},{"path":"/v3/domain_analytics/technologies/domain_technologies/live","method":"post","operationId":"TechnologiesDomainTechnologiesLive","tag":"DomainAnalytics","description":"Using this endpoint you will get a list of technologies used in a particular domain.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/technologies/domain_technologies/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/technologies/domain_technologies/live/","example":[{"target":"dataforseo.com"}]},{"path":"/v3/domain_analytics/whois/available_filters","method":"get","operationId":"WhoisAvailableFilters","tag":"DomainAnalytics","description":"Here you will find all the necessary information about filters that can be used with Domain Analytics Whois API.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/whois/filters/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/whois/filters/"},{"path":"/v3/domain_analytics/whois/overview/live","method":"post","operationId":"WhoisOverviewLive","tag":"DomainAnalytics","description":"This endpoint will provide you with Whois data enriched with backlink stats, and ranking and traffic info from organic and paid search results. Using this endpoint you will be able to get all these data for the domains matching the parameters you specify in the request.\nfor more info please visit 'https://docs.dataforseo.com/v3/domain_analytics/whois/overview/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/domain_analytics/whois/overview/live/","example":[{"limit":2,"filters":[["epp_status_codes","in",["client_transfer_prohibited","client_update_prohibited"]]]}]},{"path":"/v3/keywords_data/id_list","method":"post","operationId":"KeywordsDataIdList","tag":"KeywordsData","description":"This endpoint is designed to provide you with a list of IDs and metadata for all Keywords Data tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/keywords_data/errors","method":"post","operationId":"KeywordsDataErrors","tag":"KeywordsData","description":"By calling this endpoint you will receive information about the Keywords Data API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/keywords_data/google_ads/status","method":"get","operationId":"GoogleAdsStatus","tag":"KeywordsData","description":"By calling this endpoint, you will know if Google updated keyword data for the previous month. Generally, Google updates keyword data in the middle of the month. So, if Google updated its data in October, you would be able to see the actual search volume, cost-per-click, competition, and other metrics for September. If Google didn’t update its data in October, the latest information would be available for August.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/status/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/status/"},{"path":"/v3/keywords_data/google_ads/locations","method":"get","operationId":"GoogleAdsLocations","tag":"KeywordsData","description":"We use Google Geographical Targeting. You can refer to Google Ads Target Types page to review the full list of possible location types. With Keywords Data API, you can select any location type supported by Google, except for “Okrug”.\nPostal Codes can be used to set a task, albeit API response will not return data for such tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/"},{"path":"/v3/keywords_data/google_ads/locations/{country}","method":"get","operationId":"GoogleAdsLocationsCountry","tag":"KeywordsData","description":"We use Google Geographical Targeting. You can refer to Google Ads Target Types page to review the full list of possible location types. With Keywords Data API, you can select any location type supported by Google, except for “Okrug”.\nPostal Codes can be used to set a task, albeit API response will not return data for such tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/locations/"},{"path":"/v3/keywords_data/google_ads/languages","method":"get","operationId":"GoogleAdsLanguages","tag":"KeywordsData","description":"By calling this API you will receive the list of languages supported by Keywords Data API.\n\nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information about available languages.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/languages/"},{"path":"/v3/keywords_data/google_ads/search_volume/task_post","method":"post","operationId":"GoogleAdsSearchVolumeTaskPost","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/task_post/","example":[{"location_name":"United States","keywords":["buy laptop","cheap laptops for sale","purchase laptop"]}]},{"path":"/v3/keywords_data/google_ads/search_volume/tasks_ready","method":"get","operationId":"GoogleAdsSearchVolumeTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/tasks_ready/"},{"path":"/v3/keywords_data/google_ads/search_volume/task_get/{id}","method":"get","operationId":"GoogleAdsSearchVolumeTaskGet","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/task_get/"},{"path":"/v3/keywords_data/google_ads/search_volume/live","method":"post","operationId":"GoogleAdsSearchVolumeLive","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/search_volume/live/","example":[{"location_code":2840,"keywords":["buy laptop","cheap laptops for sale","purchase laptop"],"date_from":"2026-01-15","search_partners":true}]},{"path":"/v3/keywords_data/google_ads/keywords_for_site/task_post","method":"post","operationId":"GoogleAdsKeywordsForSiteTaskPost","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_post/","example":[{"location_code":2840,"target":"dataforseo.com"}]},{"path":"/v3/keywords_data/google_ads/keywords_for_site/tasks_ready","method":"get","operationId":"GoogleAdsKeywordsForSiteTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/tasks_ready/"},{"path":"/v3/keywords_data/google_ads/keywords_for_site/task_get/{id}","method":"get","operationId":"GoogleAdsKeywordsForSiteTaskGet","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\n\nThis endpoint will provide you with a list of keywords relevant to the specified domain along with their bids, search volumes for the last month, search volume trends for the last year (for estimating search volume dynamics), and competition levels.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/task_get/"},{"path":"/v3/keywords_data/google_ads/keywords_for_site/live","method":"post","operationId":"GoogleAdsKeywordsForSiteLive","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\n\nThis endpoint will provide you with a list of keywords relevant to the specified domain along with their bids, search volumes for the last month, search volume trends for the last year (for estimating search volume dynamics), and competition levels.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_site/live/","example":[{"location_code":2840,"target":"dataforseo.com"}]},{"path":"/v3/keywords_data/google_ads/keywords_for_keywords/task_post","method":"post","operationId":"GoogleAdsKeywordsForKeywordsTaskPost","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\n\nThis endpoint will provide relevant keywords for the specified terms. Set up to 20 keywords in the keywords array and get keyword suggestions from Google Ads. You can get up to 20,000 keyword suggestions with all essential keyword data in response to one request.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/task_post/","example":[{"location_code":2840,"keywords":["phone","cellphone"]}]},{"path":"/v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready","method":"get","operationId":"GoogleAdsKeywordsForKeywordsTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/tasks_ready/"},{"path":"/v3/keywords_data/google_ads/keywords_for_keywords/task_get/{id}","method":"get","operationId":"GoogleAdsKeywordsForKeywordsTaskGet","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\n\nThis endpoint will select relevant keywords for the specified terms. Set up to 20 keywords and get the results, which are suggested by Google Ads for your query.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/task_get/"},{"path":"/v3/keywords_data/google_ads/keywords_for_keywords/live","method":"post","operationId":"GoogleAdsKeywordsForKeywordsLive","tag":"KeywordsData","description":"Note that Google Ads Keywords Data API is based on the latest version of the Google Ads API that has replaced legacy Google AdWords API. If you’re using DataForSEO Google AdWords API, you need to upgrade to DataForSEO Google Ads API.\n\nThis endpoint will provide relevant keywords for the specified terms. Set up to 20 keywords in the keywords array and get keyword suggestions from Google Ads.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/keywords_for_keywords/live/","example":[{"location_code":2840,"keywords":["phone","cellphone"]}]},{"path":"/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_post","method":"post","operationId":"GoogleAdsAdTrafficByKeywordsTaskPost","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_post/","example":[{"language_code":"en","location_code":2840,"bid":999,"match":"exact","keywords":["seo marketing"]}]},{"path":"/v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready","method":"get","operationId":"GoogleAdsAdTrafficByKeywordsTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/tasks_ready/"},{"path":"/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_get/{id}","method":"get","operationId":"GoogleAdsAdTrafficByKeywordsTaskGet","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/task_get/"},{"path":"/v3/keywords_data/google_ads/ad_traffic_by_keywords/live","method":"post","operationId":"GoogleAdsAdTrafficByKeywordsLive","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_ads/ad_traffic_by_keywords/live/","example":[{"location_code":2840,"language_code":"en","bid":999,"match":"exact","keywords":["seo marketing"]}]},{"path":"/v3/keywords_data/google_trends/locations","method":"get","operationId":"GoogleTrendsLocations","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/locations/"},{"path":"/v3/keywords_data/google_trends/locations/{country}","method":"get","operationId":"GoogleTrendsLocationsCountry","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/locations/"},{"path":"/v3/keywords_data/google_trends/languages","method":"get","operationId":"GoogleTrendsLanguages","tag":"KeywordsData","description":"By calling this API you will receive the list of languages supported by Google Trends API.\n\nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information about available languages.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/languages/"},{"path":"/v3/keywords_data/google_trends/categories","method":"get","operationId":"GoogleTrendsCategories","tag":"KeywordsData","description":"By calling this API you will receive the list of categories supported by Google Trends API.\n\nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information about available categories.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/categories/"},{"path":"/v3/keywords_data/google_trends/explore/task_post","method":"post","operationId":"GoogleTrendsExploreTaskPost","tag":"KeywordsData","description":"This endpoint will provide you with the keyword popularity data from the ‘Explore’ feature of Google Trends. You can check keyword trends for Google Search, Google News, Google Images, Google Shopping, and YouTube.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/task_post/","example":[{"date_from":"2026-01-15","date_to":"2026-03-15","type":"youtube","category_code":3,"keywords":["seo api","rank api"]}]},{"path":"/v3/keywords_data/google_trends/explore/tasks_ready","method":"get","operationId":"GoogleTrendsExploreTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/tasks_ready/"},{"path":"/v3/keywords_data/google_trends/explore/task_get/{id}","method":"get","operationId":"GoogleTrendsExploreTaskGet","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/task_get/"},{"path":"/v3/keywords_data/google_trends/explore/live","method":"post","operationId":"GoogleTrendsExploreLive","tag":"KeywordsData","description":"This endpoint will provide you with the keyword popularity data from the ‘Explore’ feature of Google Trends. You can check keyword trends for Google Search, Google News, Google Images, Google Shopping, and YouTube.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/google_trends/explore/live/","example":[{"location_name":"United States","date_from":"2026-01-15","date_to":"2026-03-15","type":"youtube","category_code":3,"keywords":["rugby","cricket"]}]},{"path":"/v3/keywords_data/dataforseo_trends/locations","method":"get","operationId":"DataforseoTrendsLocations","tag":"KeywordsData","description":"You will receive the list of DataForSEO Trends locations by calling this API. You can filter the list of locations by country when setting a task. Please note that the minimum geographic scope supported for the DataForSEO Trends API is country level.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/locations/"},{"path":"/v3/keywords_data/dataforseo_trends/locations/{country}","method":"get","operationId":"DataforseoTrendsLocationsCountry","tag":"KeywordsData","description":"You will receive the list of DataForSEO Trends locations by calling this API. You can filter the list of locations by country when setting a task. Please note that the minimum geographic scope supported for the DataForSEO Trends API is country level.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/locations/"},{"path":"/v3/keywords_data/dataforseo_trends/explore/live","method":"post","operationId":"DataforseoTrendsExploreLive","tag":"KeywordsData","description":"This endpoint will provide you with the keyword popularity data from DataForSEO Trends. You can check keyword trends for Google Search, Google News, and Google Shopping.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/explore/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/explore/live/","example":[{"keywords":["iphone 14","samsung s23"],"location_code":2840}]},{"path":"/v3/keywords_data/dataforseo_trends/subregion_interests/live","method":"post","operationId":"DataforseoTrendsSubregionInterestsLive","tag":"KeywordsData","description":"This endpoint will provide you with location-specific keyword popularity data from DataForSEO Trends. You can check keyword trends for Google Search, Google News, and Google Shopping.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/subregion_interests/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/subregion_interests/live/","example":[{"keywords":["rugby","cricket"],"date_from":"2026-01-15","date_to":"2026-03-15","type":"web","location_name":"United States"}]},{"path":"/v3/keywords_data/dataforseo_trends/demography/live","method":"post","operationId":"DataforseoTrendsDemographyLive","tag":"KeywordsData","description":"This endpoint will provide you with the demographic breakdown (by age and gender) of keyword popularity per each specified term based on DataForSEO Trends data. You can check keyword trends for Google Search, Google News, and Google Shopping.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/demography/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/demography/live/","example":[{"keywords":["rugby","cricket"],"date_from":"2026-01-15","date_to":"2026-03-15","type":"web","location_name":"United States"}]},{"path":"/v3/keywords_data/dataforseo_trends/merged_data/live","method":"post","operationId":"DataforseoTrendsMergedDataLive","tag":"KeywordsData","description":"This endpoint will provide you with the keyword popularity data from DataForSEO Trends. In addition to keyword popularity rate over the given time range, you will get location-specific keyword popularity data, and a demographic breakdown of keyword popularity per each specified term along with comparative values.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/merged_data/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/dataforseo_trends/merged_data/live/","example":[{"keywords":["rugby","cricket"],"date_from":"2026-01-15","date_to":"2026-03-15","type":"web","location_name":"United States"}]},{"path":"/v3/keywords_data/bing/locations","method":"get","operationId":"KeywordsDataBingLocations","tag":"KeywordsData","description":"By calling this API you will receive the list of locations supported in Bing Ads API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/locations/"},{"path":"/v3/keywords_data/bing/languages","method":"get","operationId":"KeywordsDataBingLanguages","tag":"KeywordsData","description":"By calling this API you will receive the list of languages supported by Bing Ads API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/languages/"},{"path":"/v3/keywords_data/bing/search_volume/task_post","method":"post","operationId":"BingSearchVolumeTaskPost","tag":"KeywordsData","description":"This endpoint will provide you with search volume data for the last month, search volume trend for up to 24 past months (that will let you estimate search volume dynamics), current cost-per-click and competition values for paid search.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/task_post/","example":[{"location_name":"United States","language_name":"English","keywords":["average page rpm adsense","adsense blank ads how long","leads and prospects"]}]},{"path":"/v3/keywords_data/bing/search_volume/tasks_ready","method":"get","operationId":"BingSearchVolumeTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/tasks_ready/"},{"path":"/v3/keywords_data/bing/search_volume/task_get/{id}","method":"get","operationId":"BingSearchVolumeTaskGet","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/task_get/"},{"path":"/v3/keywords_data/bing/search_volume/live","method":"post","operationId":"BingSearchVolumeLive","tag":"KeywordsData","description":"This endpoint will provide you with search volume data for the last month, search volume trend for up to 24 past months (that will let you estimate search volume dynamics), current cost-per-click and competition values for paid search.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume/live/","example":[{"location_name":"United States","language_code":"en","keywords":["tom and jerry","silicon valley","spider man"]}]},{"path":"/v3/keywords_data/bing/audience_estimation/job_functions","method":"get","operationId":"BingAudienceEstimationJobFunctions","tag":"KeywordsData","description":"By calling this API you will receive the list of job functions with job_function_id supported by Bing Ads Audience Estimation endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/job_functions/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/job_functions/"},{"path":"/v3/keywords_data/bing/audience_estimation/industries","method":"get","operationId":"BingAudienceEstimationIndustries","tag":"KeywordsData","description":"By calling this API you will receive the list of industries with industry_id supported by Bing Ads Audience Estimation endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/industries/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/industries/"},{"path":"/v3/keywords_data/bing/audience_estimation/task_post","method":"post","operationId":"BingAudienceEstimationTaskPost","tag":"KeywordsData","description":"This endpoint provides estimated audience size for an ad campaign based on specified targeting criteria. It returns data on the total estimated audience, such as suggested bid and budget for an ad campaign and estimated engagement metrics.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/task_post/","example":[{"location_coordinate":"29.6821525,-82.4098881,100","age":["twenty_five_to_thirty_four","eighteen_to_twenty_four","unknown"],"bid":1,"daily_budget":24,"gender":["male"],"industry":[806303407,806301758],"job_function":[806298607]}]},{"path":"/v3/keywords_data/bing/audience_estimation/tasks_ready","method":"get","operationId":"BingAudienceEstimationTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/tasks_ready/"},{"path":"/v3/keywords_data/bing/audience_estimation/task_get/{id}","method":"get","operationId":"BingAudienceEstimationTaskGet","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/task_get/"},{"path":"/v3/keywords_data/bing/audience_estimation/live","method":"post","operationId":"BingAudienceEstimationLive","tag":"KeywordsData","description":"This endpoint provides estimated audience size for an ad campaign based on specified targeting criteria. It returns data on the total estimated audience, such as suggested bid and budget for an ad campaign and estimated engagement metrics.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/audience_estimation/live/","example":[{"location_coordinate":"29.6821525,-82.4098881,100","age":["twenty_five_to_thirty_four","eighteen_to_twenty_four","unknown"],"bid":1,"daily_budget":24,"gender":["male"],"industry":[806303407,806301758],"job_function":[806298607]}]},{"path":"/v3/keywords_data/bing/keywords_for_site/task_post","method":"post","operationId":"BingKeywordsForSiteTaskPost","tag":"KeywordsData","description":"This endpoint will provide you with a list of keywords relevant to the specified website along with their search volume for the last month, search volume trend for up to 24 past months (for estimating search volume dynamics), current cost-per-click and competition level for paid search. The maximum number of returned keywords is 3000.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/task_post/","example":[{"language_code":"en","location_code":2840,"target":"dataforseo.com"}]},{"path":"/v3/keywords_data/bing/keywords_for_site/tasks_ready","method":"get","operationId":"BingKeywordsForSiteTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/tasks_ready/"},{"path":"/v3/keywords_data/bing/keywords_for_site/task_get/{id}","method":"get","operationId":"BingKeywordsForSiteTaskGet","tag":"KeywordsData","description":"This endpoint will provide you with a list of keywords relevant to the specified website along with their search volume for the last month, search volume trend for the last year (for estimating search volume dynamics), current cost-per-click and competition level for paid search. The maximum number of returned keywords is 3000.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/task_get/"},{"path":"/v3/keywords_data/bing/keywords_for_site/live","method":"post","operationId":"BingKeywordsForSiteLive","tag":"KeywordsData","description":"This endpoint will provide you with a list of keywords relevant to the specified URL along with their search volume for the last month, search volume trend for up to 24 past months (for estimating search volume dynamics), current cost-per-click and competition values for paid search. The maximum number of returned keywords is 3000.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_site/live/","example":[{"language_code":"en","location_code":2840,"target":"dataforseo.com"}]},{"path":"/v3/keywords_data/bing/keywords_for_keywords/task_post","method":"post","operationId":"BingKeywordsForKeywordsTaskPost","tag":"KeywordsData","description":"This endpoint will select relevant keywords for the specified terms. Set up to 200 keywords and get the results, which are suggested by Bing Ads for your query. You can get up to 3000 keyword suggestions using this function.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/task_post/","example":[{"location_code":2840,"language_code":"en","keywords":["average page rpm adsense","adsense blank ads how long","leads and prospects"]}]},{"path":"/v3/keywords_data/bing/keywords_for_keywords/tasks_ready","method":"get","operationId":"BingKeywordsForKeywordsTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/tasks_ready/"},{"path":"/v3/keywords_data/bing/keywords_for_keywords/task_get/{id}","method":"get","operationId":"BingKeywordsForKeywordsTaskGet","tag":"KeywordsData","description":"This endpoint will select relevant keywords for the specified terms. Set up to 200 keywords and get the results, which are suggested by Bing Ads for your query. You can get up to 3000 keyword suggestions using this function.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/task_get/"},{"path":"/v3/keywords_data/bing/keywords_for_keywords/live","method":"post","operationId":"BingKeywordsForKeywordsLive","tag":"KeywordsData","description":"This endpoint will select the relevant keywords for the specified ones. Set up to 200 keywords and get the results, which are suggested by Bing Ads for your query. You can get up to 3000 keyword suggestions using this function.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keywords_for_keywords/live/","example":[{"location_name":"United States","language_name":"English","keywords":["average page rpm adsense","adsense blank ads how long","leads and prospects"]}]},{"path":"/v3/keywords_data/bing/keyword_performance/locations_and_languages","method":"get","operationId":"BingKeywordPerformanceLocationsAndLanguages","tag":"KeywordsData","description":"Using this endpoint you can get the full list of locations and languages supported in Keyword Performance endpoints of Bing Keywords Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/locations_and_languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/locations_and_languages/"},{"path":"/v3/keywords_data/bing/keyword_performance/task_post","method":"post","operationId":"BingKeywordPerformanceTaskPost","tag":"KeywordsData","description":"You can receive a set of keyword performance stats for a group of keywords depending on the specified match type, location and language parameters. Ad position, clicks, impressions, and other keyword metrics are aggregated for the last month for one or all of the following device types: mobile, desktop, tablet.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/task_post/","example":[{"location_code":2840,"language_code":"en","keywords":["dataforseo","seo","ranking"]}]},{"path":"/v3/keywords_data/bing/keyword_performance/tasks_ready","method":"get","operationId":"BingKeywordPerformanceTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/tasks_ready/"},{"path":"/v3/keywords_data/bing/keyword_performance/task_get/{id}","method":"get","operationId":"BingKeywordPerformanceTaskGet","tag":"KeywordsData","description":"You can receive a set of keyword performance stats for a group of keywords depending on the specified match type, location and language parameters. Ad position, clicks, impressions, and other keyword metrics are aggregated for the last month for one or all of the following device types: mobile, desktop, tablet.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/task_get/"},{"path":"/v3/keywords_data/bing/keyword_performance/live","method":"post","operationId":"BingKeywordPerformanceLive","tag":"KeywordsData","description":"You can receive a set of keyword performance stats for a group of keywords depending on the specified match type, location and language parameters. Ad position, clicks, impressions, and other keyword metrics are aggregated for the last month for one or all of the following device types: mobile, desktop, tablet.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/keyword_performance/live/","example":[{"location_code":2840,"language_code":"en","keywords":["dataforseo","seo","ranking"]}]},{"path":"/v3/keywords_data/bing/search_volume_history/locations_and_languages","method":"get","operationId":"BingSearchVolumeHistoryLocationsAndLanguages","tag":"KeywordsData","description":"By calling this API you will receive the list of locations and languages supported by Bing ‘Search Volume History’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/locations_and_languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/locations_and_languages/"},{"path":"/v3/keywords_data/bing/search_volume_history/task_post","method":"post","operationId":"BingSearchVolumeHistoryTaskPost","tag":"KeywordsData","description":"This endpoint will provide you with historical search volume data for up to 1000 keywords in one request. You can get search volume for keywords in monthly, weekly, or daily format and specify the device type.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/task_post/","example":[{"location_code":2840,"language_code":"en","keywords":["10 minute timer"]}]},{"path":"/v3/keywords_data/bing/search_volume_history/tasks_ready","method":"get","operationId":"BingSearchVolumeHistoryTasksReady","tag":"KeywordsData","description":"This endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/tasks_ready/"},{"path":"/v3/keywords_data/bing/search_volume_history/task_get/{id}","method":"get","operationId":"BingSearchVolumeHistoryTaskGet","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/task_get/"},{"path":"/v3/keywords_data/bing/search_volume_history/live","method":"post","operationId":"BingSearchVolumeHistoryLive","tag":"KeywordsData","description":"This endpoint will provide you with historical search volume data for up to 1000 keywords in one request. You can get search volume for keywords in monthly, weekly, or daily format and specify the device type.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/bing/search_volume_history/live/","example":[{"location_code":2840,"language_code":"en","keywords":["10 minute timer"]}]},{"path":"/v3/keywords_data/clickstream_data/locations_and_languages","method":"get","operationId":"ClickstreamDataLocationsAndLanguages","tag":"KeywordsData","description":"Using this endpoint you can get the full list of locations and languages supported in DataForSEO Clickstream Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/clickstream_data/locations_and_languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/clickstream_data/locations_and_languages/"},{"path":"/v3/keywords_data/clickstream_data/dataforseo_search_volume/live","method":"post","operationId":"ClickstreamDataDataforseoSearchVolumeLive","tag":"KeywordsData","description":"for more info please visit 'https://docs.dataforseo.com/v3/keywords_data/clickstream_data/dataforseo_search_volume/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/clickstream_data/dataforseo_search_volume/live/","example":[{"location_code":2840,"language_code":"en","tag":"test-tag","keywords":["you tube","youtube","youtub"]}]},{"path":"/v3/keywords_data/clickstream_data/global_search_volume/live","method":"post","operationId":"ClickstreamDataGlobalSearchVolumeLive","tag":"KeywordsData","description":" \nThe Clickstream Global Search Volume endpoint of DataForSEO Keywords Data API is designed to provide clickstream-based search volume data for up to 1000 keywords in a single Live request. What’s more, it offers geographical distribution of clickstream search volume values across all available locations.\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/clickstream_data/global_search_volume/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/clickstream_data/global_search_volume/live/","example":[{"tag":"test-tag","keywords":["you tube","youtube","youtub"]}]},{"path":"/v3/keywords_data/clickstream_data/bulk_search_volume/live","method":"post","operationId":"ClickstreamDataBulkSearchVolumeLive","tag":"KeywordsData","description":" \nThe Bulk Clickstream Search Volume endpoint of DataForSEO Keywords Data API is designed to provide clickstream-based search volume data for up to 1000 keywords in a single Live request. What’s more, it offers historical search volume values for up to 12 months (depending on keywords, location, and language parameters).\nfor more info please visit 'https://docs.dataforseo.com/v3/keywords_data/clickstream_data/bulk_search_volume/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/keywords_data/clickstream_data/bulk_search_volume/live/","example":[{"location_code":2840,"tag":"test-tag","keywords":["you tube","youtube","youtub"]}]},{"path":"/v3/backlinks/id_list","method":"post","operationId":"BacklinksIdList","tag":"Backlinks","description":"This endpoint is designed to provide you with a list of IDs and metadata for all Backlinks tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/backlinks/errors","method":"post","operationId":"BacklinksErrors","tag":"Backlinks","description":"By calling this endpoint you will receive information about the Backlinks API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/errors/","example":[{"limit":10,"offset":0,"filtered_function":"backlinks/content_duplicates"}]},{"path":"/v3/backlinks/available_filters","method":"get","operationId":"BacklinksAvailableFilters","tag":"Backlinks","description":"Backlinks API features plenty of parameters that support custom filtration. By applying filters to your POST requests, you will be able to effortlessly extract data that matches your requirements. Note that we do not charge any fees for using data filtering or sorting rules.\n\nHere you will find all the necessary information about filters that can be used with DataForSEO Backlinks API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/filters/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/filters/"},{"path":"/v3/backlinks/index","method":"get","operationId":"Index","tag":"Backlinks","description":"This endpoint will provide you with the total number of backlinks, domains, and pages our database contains for the moment when you make a request. You will also get stats for the last 12 months.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/index/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/index/"},{"path":"/v3/backlinks/summary/live","method":"post","operationId":"SummaryLive","tag":"Backlinks","description":"This endpoint will provide you with an overview of backlinks data available for a given domain, subdomain, or webpage.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/summary/live/","example":[{"target":"explodingtopics.com","internal_list_limit":10,"include_subdomains":true,"backlinks_filters":["dofollow","=",true],"backlinks_status_type":"all"}]},{"path":"/v3/backlinks/history/live","method":"post","operationId":"HistoryLive","tag":"Backlinks","description":"This endpoint will provide you with historical backlinks data back to the beginning of 2019. You can receive the number of backlinks a given domain had in a specific time period, the number of new & lost backlinks, referring domains, and more.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/history/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/history/live/","example":[{"target":"cnn.com","date_from":"2026-01-15","date_to":"2026-03-15"}]},{"path":"/v3/backlinks/backlinks/live","method":"post","operationId":"BacklinksLive","tag":"Backlinks","description":"This endpoint will provide you with a list of backlinks and relevant data for the specified domain, subdomain, or webpage.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/backlinks/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/backlinks/live/","example":[{"target":"forbes.com","mode":"as_is","filters":["dofollow","=",true],"limit":5}]},{"path":"/v3/backlinks/anchors/live","method":"post","operationId":"AnchorsLive","tag":"Backlinks","description":"This endpoint will provide you with a detailed overview of anchors used when linking to the specified website with relevant backlink data for each of them.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/anchors/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/anchors/live/","example":[{"target":"forbes.com","limit":4,"order_by":["backlinks,desc"],"filters":["anchor","like","%news%"]}]},{"path":"/v3/backlinks/domain_pages/live","method":"post","operationId":"DomainPagesLive","tag":"Backlinks","description":"This endpoint will provide you with a detailed overview of domain pages with backlink data for each page.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/domain_pages/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/domain_pages/live/","example":[{"target":"forbes.com","limit":5,"filters":[["page_summary.backlinks",">",5],"and",["page","like","%sites%"]]}]},{"path":"/v3/backlinks/domain_pages_summary/live","method":"post","operationId":"DomainPagesSummaryLive","tag":"Backlinks","description":"This endpoint will provide you with detailed summary data on all backlinks and related metrics for each page of the target domain or subdomain you specify. If you indicate a single page as a target, you will get comprehensive summary data on all backlinks for that page.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/domain_pages_summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/domain_pages_summary/live/","example":[{"target":"forbes.com","limit":4,"order_by":["backlinks,desc"]}]},{"path":"/v3/backlinks/referring_domains/live","method":"post","operationId":"ReferringDomainsLive","tag":"Backlinks","description":"This endpoint will provide you with a detailed overview of referring domains pointing to the target you specify.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/referring_domains/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/referring_domains/live/","example":[{"target":"backlinko.com","limit":5,"order_by":["rank,desc"],"exclude_internal_backlinks":true,"backlinks_filters":["dofollow","=",true],"filters":["backlinks",">",100]}]},{"path":"/v3/backlinks/referring_networks/live","method":"post","operationId":"ReferringNetworksLive","tag":"Backlinks","description":"This endpoint will provide you with a detailed overview of referring IPs and subnets pointing to the target you specify.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/referring_networks/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/referring_networks/live/","example":[{"target":"backlinko.com","network_address_type":"subnet","limit":5,"order_by":["rank,desc"],"exclude_internal_backlinks":true,"backlinks_filters":["dofollow","=",true],"filters":["backlinks",">",100]}]},{"path":"/v3/backlinks/competitors/live","method":"post","operationId":"CompetitorsLive","tag":"Backlinks","description":"This endpoint will provide you with a list of competitors that share some part of the backlink profile with a target website, along with a number of backlink intersections and the rank of every competing website.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/competitors/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/competitors/live/","example":[{"target":"dataforseo.com","filters":["rank",">",100],"order_by":["rank,desc"],"limit":5}]},{"path":"/v3/backlinks/domain_intersection/live","method":"post","operationId":"DomainIntersectionLive","tag":"Backlinks","description":"This endpoint will provide you with the list of domains pointing to the specified websites. This endpoint is especially useful for creating a Link Gap feature that shows what domains link to your competitors but do not link out to your website.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/domain_intersection/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/domain_intersection/live/","example":[{"targets":{"1":"moz.com","2":"ahrefs.com"},"include_subdomains":false,"exclude_targets":["semrush.com"],"limit":5,"order_by":["1.backlinks,desc"],"exclude_internal_backlinks":true}]},{"path":"/v3/backlinks/page_intersection/live","method":"post","operationId":"PageIntersectionLive","tag":"Backlinks","description":"This endpoint will provide you with the list of referring pages pointing to the specified targets. It is especially useful for finding the backlinks that point to your competitors but don’t point to your website.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/page_intersection/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/page_intersection/live/","example":[{"targets":{"1":"football.com","2":"fifa.com"},"exclude_targets":["skysports.com"],"limit":5,"order_by":["1.rank,desc"],"filters":[["2.domain_from_rank",">",400],"and",["1.dofollow","=",true]]}]},{"path":"/v3/backlinks/timeseries_summary/live","method":"post","operationId":"TimeseriesSummaryLive","tag":"Backlinks","description":"This endpoint will provide you with an overview of backlink data for the target domain available during a period between the two indicated dates. Backlink metrics will be grouped by the time range that you define: day, week, month, or year.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/timeseries_summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/timeseries_summary/live/","example":[{"target":"dataforseo.com","date_from":"2026-01-15","date_to":"2026-03-15","group_range":"month"}]},{"path":"/v3/backlinks/timeseries_new_lost_summary/live","method":"post","operationId":"TimeseriesNewLostSummaryLive","tag":"Backlinks","description":"This endpoint will provide you with the number of new and lost backlinks and referring domains for the domain specified in the target field.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/timeseries_new_lost_summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/timeseries_new_lost_summary/live/","example":[{"target":"dataforseo.com","date_from":"2026-01-15","date_to":"2026-03-15","group_range":"month"}]},{"path":"/v3/backlinks/bulk_ranks/live","method":"post","operationId":"BulkRanksLive","tag":"Backlinks","description":"This endpoint will provide you with rank scores of the domains, subdomains, and pages specified in the targets array. The score is based on the number of referring domains pointing to the specified domains, subdomains, or pages. The rank values represent real-time data for the date of the request and range from 0 (no backlinks detected) to 1,000 (highest rank). A similar scoring system is used in Google’s Page Rank algorithm. You can learn more about rank scores in this help center article\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_ranks/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_ranks/live/","example":[{"targets":["forbes.com","cnn.com","bbc.com","yelp.com","https://www.apple.com/iphone/","https://ahrefs.com/blog/","ibm.com","https://variety.com/","https://stackoverflow.com/","www.trustpilot.com"]}]},{"path":"/v3/backlinks/bulk_backlinks/live","method":"post","operationId":"BulkBacklinksLive","tag":"Backlinks","description":"This endpoint will provide you with the number of backlinks pointing to domains, subdomains, and pages specified in the targets array. The returned numbers correspond to all live backlinks, that is, total number of referring links with all attributes (e.g., nofollow, noreferrer, ugc, sponsored etc) that were found during the latest check.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_backlinks/live/","example":[{"targets":["forbes.com","cnn.com","bbc.com","yelp.com","https://www.apple.com/iphone/","https://ahrefs.com/blog/","ibm.com","https://variety.com/","https://stackoverflow.com/","www.trustpilot.com"]}]},{"path":"/v3/backlinks/bulk_spam_score/live","method":"post","operationId":"BulkSpamScoreLive","tag":"Backlinks","description":"This endpoint will provide you with spam scores of the domains, subdomains, and pages you specified in the targets array. Spam Score is DataForSEO’s proprietary metric that indicates how “spammy” your target is on a scale from 0 to 100. You can learn more about Spam Score, how it is calculated, and signals it takes into account in this help center article\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_spam_score/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_spam_score/live/","example":[{"targets":["forbes.com","cnn.com","bbc.com","yelp.com","https://www.apple.com/iphone/","https://ahrefs.com/blog/","ibm.com","https://variety.com/","https://stackoverflow.com/","www.trustpilot.com"]}]},{"path":"/v3/backlinks/bulk_referring_domains/live","method":"post","operationId":"BulkReferringDomainsLive","tag":"Backlinks","description":"This endpoint will provide you with the number of referring domains pointing to domains, subdomains, and pages specified in the targets array. The returned numbers are based on all live referring domains, that is, total number of domains pointing to the target with any type of backlinks (e.g., nofollow, noreferrer, ugc, sponsored etc) that were found during the latest check.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_referring_domains/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_referring_domains/live/","example":[{"targets":["forbes.com","cnn.com","bbc.com","yelp.com","https://www.apple.com/iphone/","https://ahrefs.com/blog/","ibm.com","https://variety.com/","https://stackoverflow.com/","www.trustpilot.com"]}]},{"path":"/v3/backlinks/bulk_new_lost_backlinks/live","method":"post","operationId":"BulkNewLostBacklinksLive","tag":"Backlinks","description":"This endpoint will provide you with the number of new and lost backlinks for the domains, subdomains, and pages specified in the targets array.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_new_lost_backlinks/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_new_lost_backlinks/live/","example":[{"targets":["forbes.com","cnn.com","bbc.com","yelp.com","https://www.apple.com/iphone/","https://ahrefs.com/blog/","ibm.com","https://variety.com/","https://stackoverflow.com/","www.trustpilot.com"],"date_from":"2026-01-15"}]},{"path":"/v3/backlinks/bulk_new_lost_referring_domains/live","method":"post","operationId":"BulkNewLostReferringDomainsLive","tag":"Backlinks","description":"This endpoint will provide you with the number of referring domains pointing to the domains, subdomains and pages specified in the targets array.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_new_lost_referring_domains/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_new_lost_referring_domains/live/","example":[{"targets":["forbes.com","cnn.com","bbc.com","yelp.com","https://www.apple.com/iphone/","https://ahrefs.com/blog/","ibm.com","https://variety.com/","https://stackoverflow.com/","www.trustpilot.com"],"date_from":"2026-01-15"}]},{"path":"/v3/backlinks/bulk_pages_summary/live","method":"post","operationId":"BulkPagesSummaryLive","tag":"Backlinks","description":"This endpoint will provide you with a comprehensive overview of backlinks and related data for a bulk of up to 1000 pages, domains, or subdomains. If you indicate a single page as a target, you will get comprehensive summary data on all backlinks for that page.\nfor more info please visit 'https://docs.dataforseo.com/v3/backlinks/bulk_pages_summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/backlinks/bulk_pages_summary/live/","example":[{"targets":["https://dataforseo.com/solutions","https://dataforseo.com/about-us"]}]},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/locations","method":"get","operationId":"ChatGptLlmScraperLocations","tag":"AiOptimization","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/locations/"},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/locations/{country}","method":"get","operationId":"ChatGptLlmScraperLocationsCountry","tag":"AiOptimization","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/locations/"},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/languages","method":"get","operationId":"ChatGptLlmScraperLanguages","tag":"AiOptimization","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/languages/"},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/task_post","method":"post","operationId":"ChatGptLlmScraperTaskPost","tag":"AiOptimization","description":"ChatGPT LLM Scraper API provides results from ChatGPT searches. The results are specific to the selected location (see the List of Locations) and language (see the List of Languages) parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"what is chatgpt"}]},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/tasks_ready","method":"get","operationId":"ChatGptLlmScraperTasksReady","tag":"AiOptimization","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/tasks_ready/"},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/task_get/advanced/{id}","method":"get","operationId":"ChatGptLlmScraperTaskGetAdvanced","tag":"AiOptimization","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/task_get/advanced/"},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/task_get/html/{id}","method":"get","operationId":"ChatGptLlmScraperTaskGetHtml","tag":"AiOptimization","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/task_get/html/"},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/live/advanced","method":"post","operationId":"ChatGptLlmScraperLiveAdvanced","tag":"AiOptimization","description":"Live ChatGPT LLM Scraper endpoint provides results from ChatGPT searches. The results are specific to the selected location (see the List of Locations) and language (see the List of Languages) parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/live/advanced/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/ai_optimization/chat_gpt/llm_scraper/live/html","method":"post","operationId":"ChatGptLlmScraperLiveHtml","tag":"AiOptimization","description":"Live ChatGPT LLM Scraper API HTML provides a raw HTML page of the results for the specified keyword, language, and location.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/live/html/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_scraper/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/ai_optimization/llm_mentions/locations_and_languages","method":"get","operationId":"LlmMentionsLocationsAndLanguages","tag":"AiOptimization","description":"Using this endpoint you can get the full list of locations and languages supported in AI Optimization LLM Mentions API.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/locations_and_languages/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/locations_and_languages/"},{"path":"/v3/ai_optimization/llm_mentions/available_filters","method":"get","operationId":"LlmMentionsAvailableFilters","tag":"AiOptimization","description":"Here you will find all the necessary information about filters that can be used with AI Optimization LLM Mentions API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/filters/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/filters/"},{"path":"/v3/ai_optimization/llm_mentions/search/live","method":"post","operationId":"LlmMentionsSearchLive","tag":"AiOptimization","description":"Live LLM Mentions Search endpoint provides mention data and related metrics from AI searches. The results are specific to the selected platform (google for Google’s AI Overview or chat_gpt for ChatGPT), as well as location and language parameters (see the List of Locations & Languages).\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/search/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/search/live/","example":[{"language_name":"English","location_code":2840,"target":[{"domain":"dataforseo.com","search_filter":"exclude"},{"keyword":"bmw","search_scope":["answer"]}],"platform":"google","filters":[["ai_search_volume",">",1000]],"order_by":["ai_search_volume,desc"],"offset":0,"limit":3}]},{"path":"/v3/ai_optimization/llm_mentions/top_pages/live","method":"post","operationId":"LlmMentionsTopPagesLive","tag":"AiOptimization","description":"Live LLM Mentions Top Pages endpoint provides aggregated LLM mentions metrics grouped by the most frequently mentioned pages for the specified target. The results are specific to the selected platform (google for Google’s AI Overview or chat_gpt for ChatGPT), location and language parameters (see the List of Locations & Languages).\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/top_pages/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/top_pages/live/","example":[{"language_code":"en","location_code":2840,"platform":"google","target":[{"keyword":"bmw","search_scope":["answer"]},{"keyword":"auto","search_scope":["question"],"match_type":"partial_match"}],"links_scope":"sources","initial_dataset_filters":[["ai_search_volume",">",10]],"items_list_limit":3,"internal_list_limit":2}]},{"path":"/v3/ai_optimization/llm_mentions/top_domains/live","method":"post","operationId":"LlmMentionsTopDomainsLive","tag":"AiOptimization","description":"Live LLM Mentions Top Domains endpoint provides aggregated LLM mentions metrics grouped by the most frequently mentioned domains for the specified target. The results are specific to the selected platform (google for Google’s AI Overview or chat_gpt for ChatGPT), location and language parameters (see the List of Locations & Languages).\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/top_domains/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/top_domains/live/","example":[{"language_code":"en","location_code":2840,"platform":"chat_gpt","target":[{"keyword":"bmw","search_scope":["answer"]},{"keyword":"auto","search_scope":["question"],"match_type":"partial_match"}],"links_scope":"sources","initial_dataset_filters":[["ai_search_volume",">",10]],"items_list_limit":3,"internal_list_limit":2}]},{"path":"/v3/ai_optimization/llm_mentions/aggregated_metrics/live","method":"post","operationId":"LlmMentionsAggregatedMetricsLive","tag":"AiOptimization","description":"Live LLM Mentions endpoint provides aggregated metrics for mentions of the keywords or domains specified in the target array of the request. The results are specific to the selected platform (google for Google’s AI Overview or chat_gpt for ChatGPT), location and language parameters (see the List of Locations & Languages).\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/aggregated_metrics/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/aggregated_metrics/live/","example":[{"language_code":"es","location_code":2840,"platform":"google","target":[{"domain":"en.wikipedia.org","search_filter":"exclude"},{"keyword":"bmw","search_scope":["answer"]}],"initial_dataset_filters":[["ai_search_volume",">",10]],"internal_list_limit":10}]},{"path":"/v3/ai_optimization/llm_mentions/cross_aggregated_metrics/live","method":"post","operationId":"LlmMentionsCrossAggregatedMetricsLive","tag":"AiOptimization","description":"Live LLM Mentions endpoint provides aggregated metrics grouped by custom keys for mentions of the keywords or domains specified in the target array of the request. Each item in the results array corresponds to the specified target. The results are specific to the selected platform (google for Google’s AI Overview or chat_gpt for ChatGPT), location and language parameters (see the List of Locations & Languages).\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/cross_aggregated_metrics/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/llm_mentions/cross_aggregated_metrics/live/","example":[{"language_code":"en","location_code":2840,"platform":"google","targets":[{"aggregation_key":"chat_gpt","target":[{"keyword":"chat gpt"}]},{"aggregation_key":"claude","target":[{"keyword":"claude"}]},{"aggregation_key":"gemini","target":[{"keyword":"gemini"}]},{"aggregation_key":"perplexity","target":[{"keyword":"perplexity","search_filter":"include"}]}],"initial_dataset_filters":[["ai_search_volume",">",10]],"internal_list_limit":5}]},{"path":"/v3/ai_optimization/chat_gpt/llm_responses/models","method":"get","operationId":"ChatGptLlmResponsesModels","tag":"AiOptimization","description":"You will receive the list of available Chat GPT AI models by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/models/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/models/"},{"path":"/v3/ai_optimization/chat_gpt/llm_responses/live","method":"post","operationId":"ChatGptLlmResponsesLive","tag":"AiOptimization","description":"Live ChatGPT LLM Responses endpoint allows you to retrieve structured responses from a specific ChatGPT AI model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/live/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"max_output_tokens":200,"temperature":0.3,"top_p":0.5,"model_name":"gpt-4.1-mini","web_search":true,"web_search_country_iso_code":"FR","web_search_city":"Paris","user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/chat_gpt/llm_responses/task_post","method":"post","operationId":"ChatGptLlmResponsesTaskPost","tag":"AiOptimization","description":"ChatGPT LLM Responses endpoint allows you to retrieve structured responses from a specific ChatGPT model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/task_post/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/task_post/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"model_name":"gpt-4.1-mini","user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/chat_gpt/llm_responses/tasks_ready","method":"get","operationId":"ChatGptLlmResponsesTasksReady","tag":"AiOptimization","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/tasks_ready/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/tasks_ready/"},{"path":"/v3/ai_optimization/chat_gpt/llm_responses/task_get/{id}","method":"get","operationId":"ChatGptLlmResponsesTaskGet","tag":"AiOptimization","description":"Chat GPT LLM Responses endpoint allows you to retrieve structured responses from a specific Chat GPT model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/task_get/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/chat_gpt/llm_responses/task_get/"},{"path":"/v3/ai_optimization/claude/llm_responses/models","method":"get","operationId":"ClaudeLlmResponsesModels","tag":"AiOptimization","description":"You will receive the list of available Claude AI models by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/models/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/models/"},{"path":"/v3/ai_optimization/claude/llm_responses/live","method":"post","operationId":"ClaudeLlmResponsesLive","tag":"AiOptimization","description":"Live Claude LLM Responses endpoint allows you to retrieve structured responses from a specific Claude model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/live/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"max_output_tokens":200,"model_name":"claude-opus-4-0","temperature":0.3,"web_search":true,"web_search_country_iso_code":"FR","user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/claude/llm_responses/task_post","method":"post","operationId":"ClaudeLlmResponsesTaskPost","tag":"AiOptimization","description":"Claude LLM Responses endpoint allows you to retrieve structured responses from a specific Claude model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/task_post/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/task_post/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"max_output_tokens":1024,"temperature":0.3,"web_search_country_iso_code":"FR","model_name":"claude-sonnet-4-0","web_search":true,"user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/claude/llm_responses/tasks_ready","method":"get","operationId":"ClaudeLlmResponsesTasksReady","tag":"AiOptimization","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/tasks_ready/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/tasks_ready/"},{"path":"/v3/ai_optimization/claude/llm_responses/task_get/{id}","method":"get","operationId":"ClaudeLlmResponsesTaskGet","tag":"AiOptimization","description":"Claude LLM Responses endpoint allows you to retrieve structured responses from a specific Claude model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/task_get/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/claude/llm_responses/task_get/"},{"path":"/v3/ai_optimization/gemini/llm_responses/models","method":"get","operationId":"GeminiLlmResponsesModels","tag":"AiOptimization","description":"You will receive the list of available Gemini AI models by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/models/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/models/"},{"path":"/v3/ai_optimization/gemini/llm_responses/task_post","method":"post","operationId":"GeminiLlmResponsesTaskPost","tag":"AiOptimization","description":"Gemini LLM Responses endpoint allows you to retrieve structured responses from a specific Gemini model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/task_post/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/task_post/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"model_name":"gemini-2.5-flash","user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/gemini/llm_responses/tasks_ready","method":"get","operationId":"GeminiLlmResponsesTasksReady","tag":"AiOptimization","description":"This endpoint is designed to provide you with a list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/tasks_ready/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/tasks_ready/"},{"path":"/v3/ai_optimization/gemini/llm_responses/task_get/{id}","method":"get","operationId":"GeminiLlmResponsesTaskGet","tag":"AiOptimization","description":"Gemini LLM Responses endpoint allows you to retrieve structured responses from a specific Gemini model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/task_get/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/task_get/"},{"path":"/v3/ai_optimization/gemini/llm_responses/live","method":"post","operationId":"GeminiLlmResponsesLive","tag":"AiOptimization","description":"Live Gemini LLM Responses endpoint allows you to retrieve structured responses from a specific Gemini AI model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_responses/live/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"max_output_tokens":200,"temperature":0.3,"top_p":0.5,"model_name":"gemini-2.5-flash","web_search":true,"user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/gemini/llm_scraper/locations","method":"get","operationId":"GeminiLlmScraperLocations","tag":"AiOptimization","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/locations/"},{"path":"/v3/ai_optimization/gemini/llm_scraper/languages","method":"get","operationId":"GeminiLlmScraperLanguages","tag":"AiOptimization","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/languages/"},{"path":"/v3/ai_optimization/gemini/llm_scraper/task_post","method":"post","operationId":"GeminiLlmScraperTaskPost","tag":"AiOptimization","description":"Gemini LLM Scraper API provides structured results from Gemini. The results are specific to the selected location (see the List of Locations) and language (see the List of Languages), and keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/ai_optimization/gemini/llm_scraper/tasks_ready","method":"get","operationId":"GeminiLlmScraperTasksReady","tag":"AiOptimization","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nLearn more about task completion and obtaining a list of completed tasks in this help center article.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/tasks_ready/"},{"path":"/v3/ai_optimization/gemini/llm_scraper/task_get/advanced/{id}","method":"get","operationId":"GeminiLlmScraperTaskGetAdvanced","tag":"AiOptimization","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/task_get/advanced/"},{"path":"/v3/ai_optimization/gemini/llm_scraper/task_get/html/{id}","method":"get","operationId":"GeminiLlmScraperTaskGetHtml","tag":"AiOptimization","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/task_get/html/"},{"path":"/v3/ai_optimization/gemini/llm_scraper/live/advanced","method":"post","operationId":"GeminiLlmScraperLiveAdvanced","tag":"AiOptimization","description":"Live Gemini LLM Scraper endpoint provides structured results from Gemini. The results are specific to the selected location (see the List of Locations), language (see the List of Languages), and keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/live/advanced/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/live/advanced/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/ai_optimization/gemini/llm_scraper/live/html","method":"post","operationId":"GeminiLlmScraperLiveHtml","tag":"AiOptimization","description":"Live Gemini LLM Scraper API HTML provides a raw HTML page of the results for the specified keyword, language (see the List of Languages), and location (see the List of Locations).\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/live/html/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/gemini/llm_scraper/live/html/","example":[{"language_code":"en","location_code":2840,"keyword":"albert einstein"}]},{"path":"/v3/ai_optimization/perplexity/llm_responses/models","method":"get","operationId":"PerplexityLlmResponsesModels","tag":"AiOptimization","description":"You will receive the list of available Perplexity AI models by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/perplexity/llm_responses/models/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/perplexity/llm_responses/models/"},{"path":"/v3/ai_optimization/perplexity/llm_responses/live","method":"post","operationId":"PerplexityLlmResponsesLive","tag":"AiOptimization","description":"Live Perplexity LLM Responses endpoint allows you to retrieve structured responses from a specific Perplexity AI model, based on the input parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/perplexity/llm_responses/live/'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/perplexity/llm_responses/live/","example":[{"system_message":"communicate as if we are in a business meeting","message_chain":[{"role":"user","message":"Hello, what’s up?"},{"role":"ai","message":"Hello! I’m doing well, thank you. How can I assist you today? Are there any specific topics or projects you’d like to discuss in our meeting?"}],"max_output_tokens":200,"temperature":0.3,"top_p":0.5,"web_search_country_iso_code":"FR","model_name":"sonar","user_prompt":"provide information on how relevant the amusement park business is in France now"}]},{"path":"/v3/ai_optimization/ai_keyword_data/available_filters","method":"get","operationId":"AiKeywordDataAvailableFilters","tag":"AiOptimization","description":"Here you will find all the necessary information about filters that can be used with AI Keyword Data API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/ai_keyword_data/available_filters'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/ai_keyword_data/available_filters"},{"path":"/v3/ai_optimization/ai_keyword_data/locations_and_languages","method":"get","operationId":"AiKeywordDataLocationsAndLanguages","tag":"AiOptimization","description":"Using this endpoint you can get the full list of locations and languages supported in AI Keyword Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/ai_keyword_data/locations_and_languages'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/ai_keyword_data/locations_and_languages"},{"path":"/v3/ai_optimization/ai_keyword_data/keywords_search_volume/live","method":"post","operationId":"AiKeywordDataKeywordsSearchVolumeLive","tag":"AiOptimization","description":"This endpoint provides search volume data for your target keywords, reflecting their estimated usage in AI tools.\nfor more info please visit 'https://docs.dataforseo.com/v3/ai_optimization/ai_keyword_data/keywords_search_volume/live'","docUrl":"https://docs.dataforseo.com/v3/ai_optimization/ai_keyword_data/keywords_search_volume/live","example":[{"language_name":"English","location_code":2840,"keywords":["iphone","seo"]}]},{"path":"/v3/on_page/id_list","method":"post","operationId":"OnPageIdList","tag":"OnPage","description":"This endpoint is designed to provide you with a list of IDs and metadata for all On-Page tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/on_page/errors","method":"post","operationId":"OnPageErrors","tag":"OnPage","description":"By calling this endpoint you will receive information about the OnPage API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/on_page/force_stop","method":"post","operationId":"ForceStop","tag":"OnPage","description":"This endpoint is designed to force stop the crawl process of websites you specified in a task. The execution of all the tasks associated with the IDs indicated in your request to this endpoint will be stopped. You will still be able to obtain the data on pages that have been scanned until the crawling process was stopped.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/force_stop/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/force_stop/","example":[{"id":"08121600-1535-0216-0000-37b4c7a34453"},{"id":"08121600-1535-0216-0000-d6a5000b6897"}]},{"path":"/v3/on_page/available_filters","method":"get","operationId":"OnPageAvailableFilters","tag":"OnPage","description":"OnPage API supports plenty of customizable crawling parameters that allow you to adapt the extraction of website data to your requirements and modify the thresholds for various performance indicators.\n\nHere you will find all the necessary information about filters and thresholds that can be used with DataForSEO OnPage API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/filters_and_thresholds/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/filters_and_thresholds/"},{"path":"/v3/on_page/task_post","method":"post","operationId":"TaskPost","tag":"OnPage","description":"OnPage API checks websites for 60+ customizable on-page parameters defines and displays all found flaws and opportunities for optimization so that you can easily fix them. It checks meta tags, duplicate content, image tags, response codes, and other parameters on every page. You can find the full list of OnPage API check-up parameters in the Pages section.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/task_post/","example":[{"target":"dataforseo.com","max_crawl_pages":10,"load_resources":true,"enable_javascript":true,"custom_js":"meta = {}; meta.url = document.URL; meta;","tag":"some_string_123","pingback_url":"https://your-server.com/pingscript?id=$id&tag=$tag"}]},{"path":"/v3/on_page/tasks_ready","method":"get","operationId":"OnPageTasksReady","tag":"OnPage","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks, which results haven’t been collected yet.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page-tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page-tasks_ready/"},{"path":"/v3/on_page/summary/{id}","method":"get","operationId":"Summary","tag":"OnPage","description":"Using this function, you can get the overall information on a website as well as drill down into exact on-page issues of a website that has been scanned. As a result, you will know what functions to use for receiving detailed data for each of the found issues.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/summary/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/summary/"},{"path":"/v3/on_page/pages","method":"post","operationId":"Pages","tag":"OnPage","description":"This endpoint returns a list of crawled pages with on-page check-ups and other metrics related to the page performance.\nUsing this function you will get page-specific data with detailed information on how well your pages are optimized for search.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/pages/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/pages/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","filters":[["resource_type","=","html"],"and",["meta.scripts_count",">",40]],"order_by":["meta.content.plain_text_word_count,desc"],"limit":10}]},{"path":"/v3/on_page/pages_by_resource","method":"post","operationId":"PagesByResource","tag":"OnPage","description":"This endpoint will return the list of pages where a specific resource is located. Using this function you will also get the data related to the pages that contain a specified resource.\nYou can get the URL of a resource using the Resources endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/page_by_resource/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/page_by_resource/","example":[{"id":"02241700-1535-0216-0000-034137259bc1","url":"https://www.etsy.com/about/jobs.workco2018.js?"}]},{"path":"/v3/on_page/resources","method":"post","operationId":"Resources","tag":"OnPage","description":"This endpoint will provide you with a list of resources, including images, scripts, stylesheets, and broken elements.\nYou will get a detailed overview of every resource found on the crawled pages.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/resources/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/resources/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","filters":[["resource_type","=","image"],"and",["size",">",100000]],"order_by":["size,desc"],"limit":10}]},{"path":"/v3/on_page/duplicate_tags","method":"post","operationId":"DuplicateTags","tag":"OnPage","description":"This endpoint returns a list of pages that contain duplicate title or description tags. The response also contains data related to page performance.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/duplicate_tags/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/duplicate_tags/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","type":"duplicate_description","limit":10}]},{"path":"/v3/on_page/duplicate_content","method":"post","operationId":"DuplicateContent","tag":"OnPage","description":"This endpoint returns a list of pages that have content similar to the page specified in the request. The response also contains data related to page performance and the similarity index that indicates how similar the compared pages are.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/duplicate_content/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/duplicate_content/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","url":"https://www.etsy.com/"}]},{"path":"/v3/on_page/links","method":"post","operationId":"Links","tag":"OnPage","description":"This endpoint will provide you with a list of internal and external links detected on a target website.\nThe following link types are supported:\nanchor – links that point to a specific portion of a webpage;\nimage – links that point to an image;\ncanonical – links that point to a canonical page;\nmeta – links with meta http-equiv=refresh ;\nalternate – links with link rel=\"alternate\" pointing to an alternative version of a webpage ;\nredirect – links with redirect status.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/links/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/links/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","page_from":"/apis/google-trends-api","filters":[["dofollow","=",true],"and",["direction","=","external"]],"limit":10}]},{"path":"/v3/on_page/redirect_chains","method":"post","operationId":"RedirectChains","tag":"OnPage","description":"Redirect chains occur when there are at least two redirects between the initial URL and the destination URL. For example, if page A redirects to page B which redirects to page C, such a series of redirects is considered a redirect chain. Sometimes, if page B redirects back to page A, the redirect chain becomes closed and is considered a redirect loop.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/redirect_chains/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/redirect_chains/","example":[{"id":"03051327-4536-0216-1000-3b458a2cfcca","url":"https://test_rdr.dataforseo.com/a/"}]},{"path":"/v3/on_page/non_indexable","method":"post","operationId":"NonIndexable","tag":"OnPage","description":"This endpoint returns a list of pages that are blocked from being indexed by Google and other search engines through robots.txt, HTTP headers, or meta tags settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/non_indexable/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/non_indexable/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","filters":[["reason","=","robots_txt"],"and",["url","like","%go%"]],"limit":10}]},{"path":"/v3/on_page/waterfall","method":"post","operationId":"Waterfall","tag":"OnPage","description":"This endpoint is designed to provide you with the page speed insights. Using this function you can get detailed information about the page loading time, time to secure connection, the time it takes to load page resources, and so on.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/waterfall/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/waterfall/","example":[{"id":"08101204-0696-0216-0000-644a7b21a48a","url":"https://dataforseo.com/tag/broken-links"}]},{"path":"/v3/on_page/keyword_density","method":"post","operationId":"KeywordDensity","tag":"OnPage","description":"This endpoint will provide you with keyword density and keyword frequency data for terms appearing on the specified website or web page. You can filter and sort the data that will be retrieved with this API call.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/keyword_density/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/keyword_density/","example":[{"id":"09101923-1535-0216-0000-2389a8854b70","url":"https://dataforseo.com/","keyword_length":2,"filters":["frequency",">",5]}]},{"path":"/v3/on_page/microdata","method":"post","operationId":"Microdata","tag":"OnPage","description":"This endpoint is designed to validate structured JSON-LD data and Microdata. Using this function you will obtain microdata available on the specified page of the target website and detailed results of its validation.\nTo use this endpoint, set the validate_micromarkup parameter to true in the POST request to OnPage API.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/microdata/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/microdata/","example":[{"id":"02241700-1535-0216-0000-034137259bc1","url":"https://dataforseo.com/apis"}]},{"path":"/v3/on_page/raw_html","method":"post","operationId":"RawHtml","tag":"OnPage","description":"This endpoint returns the HTML of a page you indicate in the request.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/raw_html/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/raw_html/","example":[{"id":"07281559-0695-0216-0000-c269be8b7592","url":"https://dataforseo.com/apis"}]},{"path":"/v3/on_page/page_screenshot","method":"post","operationId":"PageScreenshot","tag":"OnPage","description":"Using this endpoint, you can capture a full high-quality screenshot of any webpage. In this way, you can review the target page as the DataForSEO crawler and Googlebot see it.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/page_screenshot/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/page_screenshot/","example":[{"url":"https://dataforseo.com/apis"}]},{"path":"/v3/on_page/content_parsing","method":"post","operationId":"ContentParsing","tag":"OnPage","description":"This endpoint allows parsing the content on any page you specify and will return the structured content of the target page, including link URLs, anchors, headings, and textual content.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/content_parsing/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/content_parsing/","example":[{"url":"https://dataforseo.com/blog/a-versatile-alternative-to-google-trends-exploring-the-power-of-dataforseo-trends-api","id":"11161551-1535-0216-0000-500b3f307f92"}]},{"path":"/v3/on_page/content_parsing/live","method":"post","operationId":"ContentParsingLive","tag":"OnPage","description":"This endpoint allows parsing the content on any page you specify and will return the structured content of the target page, including link URLs, anchors, headings, and textual content.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/content_parsing/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/content_parsing/live/","example":[{"url":"https://dataforseo.com/blog/a-versatile-alternative-to-google-trends-exploring-the-power-of-dataforseo-trends-api"}]},{"path":"/v3/on_page/instant_pages","method":"post","operationId":"InstantPages","tag":"OnPage","description":"Using this function you will get page-specific data with detailed information on how well a particular page is optimized for organic search.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/instant_pages/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/instant_pages/","example":[{"url":"https://dataforseo.com/blog","enable_javascript":true,"custom_js":"meta = {}; meta.url = document.URL; meta;"}]},{"path":"/v3/on_page/lighthouse/languages","method":"get","operationId":"LighthouseLanguages","tag":"OnPage","description":"You will receive the list of languages by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/languages/"},{"path":"/v3/on_page/lighthouse/audits","method":"get","operationId":"LighthouseAudits","tag":"OnPage","description":"The OnPage Lighthouse API is based on Google’s open-source Lighthouse project and provides data on the quality of web pages.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/audits/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/audits/"},{"path":"/v3/on_page/lighthouse/versions","method":"get","operationId":"LighthouseVersions","tag":"OnPage","description":"OnPage Lighthouse API is based on Google’s open-source Lighthouse project and provides data on the quality of web pages.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/versions/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/versions/"},{"path":"/v3/on_page/lighthouse/task_post","method":"post","operationId":"LighthouseTaskPost","tag":"OnPage","description":"The OnPage Lighthouse API is based on Google’s open-source Lighthouse project for measuring the quality of web pages and web apps.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/task_post/","example":[{"url":"https://dataforseo.com","for_mobile":true,"tag":"some_string_123","pingback_url":"https://your-server.com/pingscript?id=$id&tag=$tag"}]},{"path":"/v3/on_page/lighthouse/tasks_ready","method":"get","operationId":"LighthouseTasksReady","tag":"OnPage","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/tasks_ready/"},{"path":"/v3/on_page/lighthouse/task_get/json/{id}","method":"get","operationId":"LighthouseTaskGetJson","tag":"OnPage","description":"The OnPage Lighthouse API is based on Google’s open-source Lighthouse project for measuring the quality of web pages and web apps. This endpoint will provide you with the results of Lighthouse Audit. Use the id received in the response of your Task POST request to get the results. The response will include data about all categories and audits specified in the Task POST. By default, the response will include all available data about the webpage including its performance, accessibility, progressive web apps, SEO, and compliance with best practices.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/task_get/json/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/task_get/json/"},{"path":"/v3/on_page/lighthouse/live/json","method":"post","operationId":"LighthouseLiveJson","tag":"OnPage","description":"The OnPage Lighthouse API is based on Google’s open-source Lighthouse project for measuring the quality of web pages and web apps.\nfor more info please visit 'https://docs.dataforseo.com/v3/on_page/lighthouse/live/json/?bash'","docUrl":"https://docs.dataforseo.com/v3/on_page/lighthouse/live/json/","example":[{"url":"https://dataforseo.com","for_mobile":true,"tag":"some_string_123"}]},{"path":"/v3/content_analysis/id_list","method":"post","operationId":"ContentAnalysisIdList","tag":"ContentAnalysis","description":"This endpoint is designed to provide you with a list of IDs and metadata for all Content Analysis tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/content_analysis/available_filters","method":"get","operationId":"ContentAnalysisAvailableFilters","tag":"ContentAnalysis","description":"Here you will find all the necessary information about filters that can be used with Content Analysis API endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/filters/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/filters/"},{"path":"/v3/content_analysis/locations","method":"get","operationId":"Locations","tag":"ContentAnalysis","description":"You will receive the list of locations by this API call.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/locations/"},{"path":"/v3/content_analysis/languages","method":"get","operationId":"Languages","tag":"ContentAnalysis","description":"You will receive the list of languages by calling this API.\n \nAs a response of the API server, you will receive JSON-encoded data containing a tasks array with the information specific to the set tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/languages/"},{"path":"/v3/content_analysis/categories","method":"get","operationId":"ContentAnalysisCategories","tag":"ContentAnalysis","description":"We use Google product and service categories. This endpoint will provide you with the full list of available categories.\nYou can also download the CSV file by this link.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/categories/"},{"path":"/v3/content_analysis/search/live","method":"post","operationId":"SearchLive","tag":"ContentAnalysis","description":"This endpoint will provide you with detailed citation data available for the target keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/search/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/search/live/","example":[{"keyword_fields":{"snippet":"logitech"},"keyword":"logitech","page_type":["ecommerce","news","blogs","message-boards","organization"],"search_mode":"as_is","filters":["main_domain","=","reviewfinder.ca"],"order_by":["content_info.sentiment_connotations.anger,desc"],"limit":10}]},{"path":"/v3/content_analysis/summary/live","method":"post","operationId":"ContentAnalysisSummaryLive","tag":"ContentAnalysis","description":"This endpoint will provide you with an overview of citation data available for the target keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/summary/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/summary/live/","example":[{"keyword":"logitech","page_type":["ecommerce","news","blogs","message-boards","organization"],"internal_list_limit":8,"positive_connotation_threshold":0.5}]},{"path":"/v3/content_analysis/sentiment_analysis/live","method":"post","operationId":"SentimentAnalysisLive","tag":"ContentAnalysis","description":"This endpoint will provide you with sentiment analysis data for the citations available for the target keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/sentiment_analysis/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/sentiment_analysis/live/","example":[{"keyword":"logitech","internal_list_limit":1}]},{"path":"/v3/content_analysis/rating_distribution/live","method":"post","operationId":"RatingDistributionLive","tag":"ContentAnalysis","description":"This endpoint will provide you with rating distribution data for the keyword and other parameters specified in the request.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/rating_distribution/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/rating_distribution/live/","example":[{"keyword":"logitech","search_mode":"as_is","internal_list_limit":10}]},{"path":"/v3/content_analysis/phrase_trends/live","method":"post","operationId":"PhraseTrendsLive","tag":"ContentAnalysis","description":"This endpoint will provide you with data on all citations of the target keyword for the indicated date range.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/phrase_trends/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/phrase_trends/live/","example":[{"keyword":"logitech","search_mode":"as_is","date_from":"2026-01-15","date_group":"month"}]},{"path":"/v3/content_analysis/category_trends/live","method":"post","operationId":"CategoryTrendsLive","tag":"ContentAnalysis","description":"This endpoint will provide you with data on all citations in the target category for the indicated date range.\nfor more info please visit 'https://docs.dataforseo.com/v3/content_analysis/category_trends/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/content_analysis/category_trends/live/","example":[{"category_code":10994,"search_mode":"as_is","date_from":"2026-01-15","date_group":"month"}]},{"path":"/v3/merchant/id_list","method":"post","operationId":"MerchantIdList","tag":"Merchant","description":"This endpoint is designed to provide you with a list of IDs and metadata for all Merchant tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/merchant/errors","method":"post","operationId":"MerchantErrors","tag":"Merchant","description":"By calling this endpoint you will receive information about the Merchant API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/merchant/google/languages","method":"get","operationId":"MerchantGoogleLanguages","tag":"Merchant","description":"You will receive the list of supported Google Shopping languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/languages/"},{"path":"/v3/merchant/google/locations","method":"get","operationId":"MerchantGoogleLocations","tag":"Merchant","description":"for more info please visit 'https://docs.dataforseo.com/v3/merchant/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/locations/"},{"path":"/v3/merchant/google/locations/{country}","method":"get","operationId":"MerchantGoogleLocationsCountry","tag":"Merchant","description":"for more info please visit 'https://docs.dataforseo.com/v3/merchant/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/locations/"},{"path":"/v3/merchant/google/products/task_post","method":"post","operationId":"GoogleProductsTaskPost","tag":"Merchant","description":"Google Shopping Products endpoint will provide you with the list of products found on Google Shopping for the specified query. The results include product title, description in Google Shopping SERP, product rank, price, reviews and rating as well as the related domain.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/products/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/products/task_post/","example":[{"language_code":"en","location_code":2840,"keyword":"iphone","price_min":5}]},{"path":"/v3/merchant/google/products/tasks_ready","method":"get","operationId":"GoogleProductsTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/products/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/products/tasks_ready/"},{"path":"/v3/merchant/tasks_ready","method":"get","operationId":"MerchantTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/products/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/products/tasks_ready/"},{"path":"/v3/merchant/google/products/task_get/advanced/{id}","method":"get","operationId":"GoogleProductsTaskGetAdvanced","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/products/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/products/task_get/advanced/"},{"path":"/v3/merchant/google/products/task_get/html/{id}","method":"get","operationId":"GoogleProductsTaskGetHtml","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/products/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/products/task_get/html/"},{"path":"/v3/merchant/google/sellers/task_post","method":"post","operationId":"GoogleSellersTaskPost","tag":"Merchant","description":"Google Shopping Sellers endpoint will provide you with the list of top 10 sellers that listed the specified product on Google Shopping. The provided data for each seller includes related product base and total price, shipment and purchase details and special offers. The results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/sellers/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/sellers/task_post/","example":[{"language_code":"en","location_code":2840,"product_id":"1113158713975221117"}]},{"path":"/v3/merchant/google/sellers/tasks_ready","method":"get","operationId":"GoogleSellersTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/sellers/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/sellers/tasks_ready/"},{"path":"/v3/merchant/google/sellers/task_get/advanced/{id}","method":"get","operationId":"GoogleSellersTaskGetAdvanced","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/sellers/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/sellers/task_get/advanced/"},{"path":"/v3/merchant/google/product_info/task_post","method":"post","operationId":"GoogleProductInfoTaskPost","tag":"Merchant","description":"This endpoint provides data on a product listed on Google Shopping, including product description, images, rating, variations, specifications and sellers. In order to set a task, you have to specify one of the following fields: product_id, data_docid, or gid.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/product_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/product_info/task_post/","example":[{"language_code":"en","location_code":2840,"product_id":"1113158713975221117"}]},{"path":"/v3/merchant/google/product_info/tasks_ready","method":"get","operationId":"GoogleProductInfoTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/product_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/product_info/tasks_ready/"},{"path":"/v3/merchant/google/product_info/task_get/advanced/{id}","method":"get","operationId":"GoogleProductInfoTaskGetAdvanced","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/product_info/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/product_info/task_get/advanced/"},{"path":"/v3/merchant/google/sellers/ad_url/{shop_ad_aclk}","method":"get","operationId":"GoogleSellersAdUrl","tag":"Merchant","description":"Google Shopping Sellers Ad URL is designed to provide you with a full URL of the advertisement containing all additional parameters set by the seller.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/google/sellers/ad_url/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/google/sellers/ad_url/"},{"path":"/v3/merchant/amazon/locations","method":"get","operationId":"AmazonLocations","tag":"Merchant","description":"You will receive the list of supported Amazon locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/locations/"},{"path":"/v3/merchant/amazon/locations/{country}","method":"get","operationId":"AmazonLocationsCountry","tag":"Merchant","description":"You will receive the list of supported Amazon locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/locations/"},{"path":"/v3/merchant/amazon/languages","method":"get","operationId":"AmazonLanguages","tag":"Merchant","description":"You will receive the list of supported Amazon languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/languages/"},{"path":"/v3/merchant/amazon/products/task_post","method":"post","operationId":"AmazonProductsTaskPost","tag":"Merchant","description":"This endpoint provides results from Amazon product listings according to the specified keyword (product name), location, and language parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/products/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/products/task_post/","example":[{"language_code":"en_US","location_code":2840,"keyword":"shoes"}]},{"path":"/v3/merchant/amazon/products/tasks_ready","method":"get","operationId":"AmazonProductsTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/products/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/products/tasks_ready/"},{"path":"/v3/merchant/amazon/products/task_get/advanced/{id}","method":"get","operationId":"AmazonProductsTaskGetAdvanced","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/products/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/products/task_get/advanced/"},{"path":"/v3/merchant/amazon/products/task_get/html/{id}","method":"get","operationId":"AmazonProductsTaskGetHtml","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/products/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/products/task_get/html/"},{"path":"/v3/merchant/amazon/asin/task_post","method":"post","operationId":"AmazonAsinTaskPost","tag":"Merchant","description":"This endpoint will provide you with a full list of ASINs assigned to different modifications of a product.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/asin/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/asin/task_post/","example":[{"language_code":"en_US","location_code":2840,"asin":"B0756FCPPN"}]},{"path":"/v3/merchant/amazon/asin/tasks_ready","method":"get","operationId":"AmazonAsinTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/asin/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/asin/tasks_ready/"},{"path":"/v3/merchant/amazon/asin/task_get/advanced/{id}","method":"get","operationId":"AmazonAsinTaskGetAdvanced","tag":"Merchant","description":"This endpoint will provide you with information about the product and ASINs of all its modifications listed on Amazon.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/asin/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/asin/task_get/advanced/"},{"path":"/v3/merchant/amazon/asin/task_get/html/{id}","method":"get","operationId":"AmazonAsinTaskGetHtml","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/asin/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/asin/task_get/html/"},{"path":"/v3/merchant/amazon/sellers/task_post","method":"post","operationId":"AmazonSellersTaskPost","tag":"Merchant","description":"This endpoint provides a list of sellers of the specified product on Amazon. The data provided for each seller includes related product condition, pricing, shipment, and rating details.\nThe results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/sellers/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/sellers/task_post/","example":[{"language_code":"en_US","location_code":2840,"asin":"B085RFFC9Q"}]},{"path":"/v3/merchant/amazon/sellers/tasks_ready","method":"get","operationId":"AmazonSellersTasksReady","tag":"Merchant","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/sellers/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/sellers/tasks_ready/"},{"path":"/v3/merchant/amazon/sellers/task_get/advanced/{id}","method":"get","operationId":"AmazonSellersTaskGetAdvanced","tag":"Merchant","description":"This endpoint provides a list of sellers of the specified product on Amazon. The data provided for each seller includes related product condition, pricing, shipment, and rating details.\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/sellers/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/sellers/task_get/advanced/"},{"path":"/v3/merchant/amazon/sellers/task_get/html/{id}","method":"get","operationId":"AmazonSellersTaskGetHtml","tag":"Merchant","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/merchant/amazon/sellers/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/merchant/amazon/sellers/task_get/html/"},{"path":"/v3/app_data/id_list","method":"post","operationId":"AppDataIdList","tag":"AppData","description":"This endpoint is designed to provide you with a list of IDs and metadata for all App Data tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/app_data/errors","method":"post","operationId":"AppDataErrors","tag":"AppData","description":"By calling this endpoint you will receive information about the App Data API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/app_data/google/categories","method":"get","operationId":"GoogleCategories","tag":"AppData","description":"This endpoint will provide you with a full list of app categories available on Google Play.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/categories/"},{"path":"/v3/app_data/google/locations","method":"get","operationId":"AppDataGoogleLocations","tag":"AppData","description":"By calling this endpoint you will receive the list of Google locations supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/locations/"},{"path":"/v3/app_data/google/locations/{country}","method":"get","operationId":"AppDataGoogleLocationsCountry","tag":"AppData","description":"By calling this endpoint you will receive the list of Google locations supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/locations/"},{"path":"/v3/app_data/google/languages","method":"get","operationId":"AppDataGoogleLanguages","tag":"AppData","description":"By calling this endpoint you will receive the list of Google languages supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/languages/"},{"path":"/v3/app_data/google/app_searches/task_post","method":"post","operationId":"GoogleAppSearchesTaskPost","tag":"AppData","description":"This endpoint will provide you with a list of apps ranking on Google Play for the specified keyword. The returned results are specific to the indicated keyword, as well as the language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_searches/task_post/","example":[{"keyword":"vpn","location_code":2840,"language_code":"en","depth":30}]},{"path":"/v3/app_data/google/app_searches/tasks_ready","method":"get","operationId":"GoogleAppSearchesTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_searches/tasks_ready/"},{"path":"/v3/app_data/tasks_ready","method":"get","operationId":"AppDataTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_searches/tasks_ready/"},{"path":"/v3/app_data/google/app_searches/task_get/advanced/{id}","method":"get","operationId":"GoogleAppSearchesTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with a list of apps ranking on Google Play for the keyword specified in a POST request. You will also receive additional information about each application: its ID, icon, reviews count, rating, price, and other data. The results are specific to the keyword as well as location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_searches/task_get/advanced/"},{"path":"/v3/app_data/google/app_searches/task_get/html/{id}","method":"get","operationId":"GoogleAppSearchesTaskGetHtml","tag":"AppData","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_searches/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_searches/task_get/html/"},{"path":"/v3/app_data/google/app_list/task_post","method":"post","operationId":"GoogleAppListTaskPost","tag":"AppData","description":"This endpoint will provide you with a list of mobile applications published in the top charts on the Google Play platform. The returned results are specific to the app collection as well as the the language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_list/task_post/","example":[{"app_collection":"topselling_free","location_code":2840,"language_code":"en","depth":100}]},{"path":"/v3/app_data/google/app_list/tasks_ready","method":"get","operationId":"GoogleAppListTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_list/tasks_ready/"},{"path":"/v3/app_data/google/app_list/task_get/advanced/{id}","method":"get","operationId":"GoogleAppListTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with a list of applications published in the top charts on the Google Play platform, including app IDs, ratings, prices, titles, and more. The results are specific to the app_collection as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_list/task_get/advanced/"},{"path":"/v3/app_data/google/app_list/task_get/html/{id}","method":"get","operationId":"GoogleAppListTaskGetHtml","tag":"AppData","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_list/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_list/task_get/html/"},{"path":"/v3/app_data/google/app_info/task_post","method":"post","operationId":"GoogleAppInfoTaskPost","tag":"AppData","description":"This endpoint will provide you with information about the Google Play application specified in the app_id field of the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_info/task_post/","example":[{"app_id":"org.telegram.messenger","location_code":2840,"language_code":"en"}]},{"path":"/v3/app_data/google/app_info/tasks_ready","method":"get","operationId":"GoogleAppInfoTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_info/tasks_ready/"},{"path":"/v3/app_data/google/app_info/task_get/advanced/{id}","method":"get","operationId":"GoogleAppInfoTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with information about the mobile application specified in a POST request. You will receive its ID, icon, description, reviews count, rating, number of installs, images, and other data. The results are specific to the app_id parameter specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_info/task_get/advanced/"},{"path":"/v3/app_data/google/app_info/task_get/html/{id}","method":"get","operationId":"GoogleAppInfoTaskGetHtml","tag":"AppData","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_info/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_info/task_get/html/"},{"path":"/v3/app_data/google/app_reviews/task_post","method":"post","operationId":"GoogleAppReviewsTaskPost","tag":"AppData","description":"This endpoint will provide you with reviews published on the Google Play platform for the app specified in the app_id field. The returned results are specific to the indicated language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_post/","example":[{"app_id":"org.telegram.messenger","location_code":2840,"language_code":"en","depth":150}]},{"path":"/v3/app_data/google/app_reviews/tasks_ready","method":"get","operationId":"GoogleAppReviewsTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_reviews/tasks_ready/"},{"path":"/v3/app_data/google/app_reviews/task_get/advanced/{id}","method":"get","operationId":"GoogleAppReviewsTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with feedback data on applications listed on the Google Play platform, including review ratings, review content, user profile info of each reviewer, review publication dates, and more. The results are specific to the app_id as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_get/advanced/"},{"path":"/v3/app_data/google/app_reviews/task_get/html/{id}","method":"get","operationId":"GoogleAppReviewsTaskGetHtml","tag":"AppData","description":"Description of the fields for sending a request:\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_reviews/task_get/html/"},{"path":"/v3/app_data/google/app_listings/categories","method":"get","operationId":"GoogleAppListingsCategories","tag":"AppData","description":"This endpoint will provide you with a full list of app categories available on Google Play.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_listings/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_listings/categories/"},{"path":"/v3/app_data/google/app_listings/search/live","method":"post","operationId":"GoogleAppListingsSearchLive","tag":"AppData","description":"This endpoint will provide you with a list of apps published on Google Play along with additional information: its ID, icon, reviews count, rating, price, and other data. The results are specific to the title, description, and categories parameters specified in the API request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/google/app_listings/search/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/google/app_listings/search/live/","example":[{"title":"vpn","description":"vpn","categories":["Tools"],"order_by":["item.installs_count,asc"],"filters":[["item.rating.value",">",4.5]],"limit":10}]},{"path":"/v3/app_data/apple/categories","method":"get","operationId":"AppleCategories","tag":"AppData","description":"This endpoint will provide you with a full list of app categories available on App Store.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/categories/"},{"path":"/v3/app_data/apple/locations","method":"get","operationId":"AppleLocations","tag":"AppData","description":"By calling this endpoint you will receive the list of Apple locations supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/locations/"},{"path":"/v3/app_data/apple/languages","method":"get","operationId":"AppleLanguages","tag":"AppData","description":"By calling this endpoint you will receive the list of Apple languages supported in App Data API.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/languages/"},{"path":"/v3/app_data/apple/app_searches/task_post","method":"post","operationId":"AppleAppSearchesTaskPost","tag":"AppData","description":"This endpoint will provide you with a list of apps ranking on the App Store for the specified keyword. The returned results are specific to the indicated keyword, as well as the location and language parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_post/","example":[{"keyword":"vpn","location_code":2840,"language_code":"en","depth":200}]},{"path":"/v3/app_data/apple/app_searches/tasks_ready","method":"get","operationId":"AppleAppSearchesTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_searches/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_searches/tasks_ready/"},{"path":"/v3/app_data/apple/app_searches/task_get/advanced/{id}","method":"get","operationId":"AppleAppSearchesTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with a list of apps ranking on the App Store for the keyword specified in a POST request. You will also receive additional information about each application: its ID, icon, reviews count, rating, price, and other data. The results are specific to the keyword as well as location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_searches/task_get/advanced/"},{"path":"/v3/app_data/apple/app_info/task_post","method":"post","operationId":"AppleAppInfoTaskPost","tag":"AppData","description":"This endpoint will provide you with information about the App Store application specified in the app_id field of the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_info/task_post/","example":[{"app_id":"835599320","location_code":2840,"language_code":"en"}]},{"path":"/v3/app_data/apple/app_info/tasks_ready","method":"get","operationId":"AppleAppInfoTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_info/tasks_ready/"},{"path":"/v3/app_data/apple/app_info/task_get/advanced/{id}","method":"get","operationId":"AppleAppInfoTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with information about the mobile application specified in a POST request. You will receive its ID, icon, description, reviews count, rating, images, and other data. The results are specific to the app_id parameter specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_info/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_info/task_get/advanced/"},{"path":"/v3/app_data/apple/app_list/task_post","method":"post","operationId":"AppleAppListTaskPost","tag":"AppData","description":"This endpoint will provide you with a list of mobile applications published in the top app charts on the App Store platform. The returned results are specific to the app collection as well as the language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_list/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_list/task_post/","example":[{"app_collection":"top_free_ios","location_code":2840,"language_code":"en","depth":200,"app_category":"games"}]},{"path":"/v3/app_data/apple/app_list/tasks_ready","method":"get","operationId":"AppleAppListTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_list/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_list/tasks_ready/"},{"path":"/v3/app_data/apple/app_list/task_get/advanced/{id}","method":"get","operationId":"AppleAppListTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with a list of applications published in the top app charts on the App Store platform, including app IDs, ratings, prices, titles, and more. The results are specific to the app_collection as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_list/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_list/task_get/advanced/"},{"path":"/v3/app_data/apple/app_reviews/task_post","method":"post","operationId":"AppleAppReviewsTaskPost","tag":"AppData","description":"This endpoint will provide you with reviews published on the App Store platform for the app specified in the app_id field. The returned results are specific to the indicated language and location parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_post/","example":[{"app_id":"835599320","location_code":2840,"language_code":"en","depth":200}]},{"path":"/v3/app_data/apple/app_reviews/tasks_ready","method":"get","operationId":"AppleAppReviewsTasksReady","tag":"AppData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with a list of completed tasks that haven’t been collected yet. If you use the Standard method without specifying the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoints.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_reviews/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_reviews/tasks_ready/"},{"path":"/v3/app_data/apple/app_reviews/task_get/advanced/{id}","method":"get","operationId":"AppleAppReviewsTaskGetAdvanced","tag":"AppData","description":"This endpoint will provide you with feedback data on applications listed on the App Store platform, including review ratings, review content, user profile info of each reviewer, review publication dates, and more. The results are specific to the app_id as well as the location and language parameters specified in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_reviews/task_get/advanced/"},{"path":"/v3/app_data/apple/app_listings/categories","method":"get","operationId":"AppleAppListingsCategories","tag":"AppData","description":"This endpoint will provide you with a full list of app categories available on Apple App Store.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_listings/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_listings/categories/"},{"path":"/v3/app_data/apple/app_listings/search/live","method":"post","operationId":"AppleAppListingsSearchLive","tag":"AppData","description":"This endpoint will provide you with a list of apps published on App Store along with additional information: its ID, icon, reviews count, rating, price, and other data. The results are specific to the title, description, and categories parameters specified in the API request.\nfor more info please visit 'https://docs.dataforseo.com/v3/app_data/apple/app_listings/search/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/app_data/apple/app_listings/search/live/","example":[{"title":"vpn","description":"vpn","categories":["Tools"],"order_by":["item.rating.value,desc"],"filters":[["item.rating.value",">",4.5]],"limit":2}]},{"path":"/v3/business_data/id_list","method":"post","operationId":"BusinessDataIdList","tag":"BusinessData","description":"This endpoint is designed to provide you with a list of IDs and metadata for all Business Data tasks created within the specified time period, including both successful and uncompleted tasks.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/id_list/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/id_list/","example":[{"datetime_from":"2026-04-12 04:39:39 +00:00","datetime_to":"2026-04-14 04:39:39 +00:00","limit":100,"offset":0,"sort":"desc","include_metadata":true}]},{"path":"/v3/business_data/errors","method":"post","operationId":"BusinessDataErrors","tag":"BusinessData","description":"By calling this endpoint you will receive information about the Business Data API tasks that returned an error within the past 7 days.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/errors/","example":[{"limit":10,"offset":0,"filtered_function":"pingback_url"}]},{"path":"/v3/business_data/business_listings/locations","method":"get","operationId":"BusinessListingsLocations","tag":"BusinessData","description":"You will receive the list of locations by this API call. You can also download the full list of supported locations in the CSV format (last updated 2026-04-06).\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/business_listings/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/business_listings/locations/"},{"path":"/v3/business_data/business_listings/categories","method":"get","operationId":"BusinessListingsCategories","tag":"BusinessData","description":"This endpoint will provide you with the list of top categories by business count.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/business_listings/categories/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/business_listings/categories/"},{"path":"/v3/business_data/business_listings/available_filters","method":"get","operationId":"BusinessListingsAvailableFilters","tag":"BusinessData","description":"Here you will find all the necessary information about filters that can be used with Business Listings API.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/business_listings/filters/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/business_listings/filters/"},{"path":"/v3/business_data/business_listings/search/live","method":"post","operationId":"BusinessListingsSearchLive","tag":"BusinessData","description":"Business Listings Search API provides results containing information about business entities listed on Google Maps in the specified categories. You will receive the address, contacts, rating, working hours, and other relevant data. The provided results are specific to the selected location (see the List of Locations) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/business_listings/search/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/business_listings/search/live/","example":[{"categories":["pizza_restaurant"],"description":"pizza","title":"pizza","is_claimed":true,"location_coordinate":"53.476225,-2.243572,10","order_by":["rating.value,desc"],"filters":[["rating.value",">",3]],"limit":3}]},{"path":"/v3/business_data/business_listings/categories_aggregation/live","method":"post","operationId":"BusinessListingsCategoriesAggregationLive","tag":"BusinessData","description":"Business Listings Categories Aggregation endpoint provides results containing information about groups of related categories along with the number of entities in each category. The provided results are specific to the specified parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/business_listings/categories_aggregation/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/business_listings/categories_aggregation/live/","example":[{"categories":["pizza_restaurant"],"description":"pizza","title":"pizza","is_claimed":true,"location_coordinate":"53.476225,-2.243572,10","initial_dataset_filters":[["rating.value",">",3]],"limit":3}]},{"path":"/v3/business_data/google/locations","method":"get","operationId":"BusinessDataGoogleLocations","tag":"BusinessData","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/locations/"},{"path":"/v3/business_data/google/locations/{country}","method":"get","operationId":"BusinessDataGoogleLocationsCountry","tag":"BusinessData","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/locations/"},{"path":"/v3/business_data/google/languages","method":"get","operationId":"BusinessDataGoogleLanguages","tag":"BusinessData","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/languages/"},{"path":"/v3/business_data/google/my_business_info/task_post","method":"post","operationId":"GoogleMyBusinessInfoTaskPost","tag":"BusinessData","description":"Business Data API provides results containing information about specific business entity from Google. The provided results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_info/task_post/","example":[{"language_code":"en","location_name":"New York,New York,United States","keyword":"RustyBrick, Inc."}]},{"path":"/v3/business_data/google/my_business_info/tasks_ready","method":"get","operationId":"GoogleMyBusinessInfoTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_info/tasks_ready/"},{"path":"/v3/business_data/tasks_ready","method":"get","operationId":"BusinessDataTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_info/tasks_ready/"},{"path":"/v3/business_data/google/my_business_info/task_get/{id}","method":"get","operationId":"GoogleMyBusinessInfoTaskGet","tag":"BusinessData","description":"for more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_info/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_info/task_get/"},{"path":"/v3/business_data/google/my_business_info/live","method":"post","operationId":"GoogleMyBusinessInfoLive","tag":"BusinessData","description":"Business Data API provides results containing information about specific business entity from Google. The provided results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_info/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_info/live/","example":[{"language_code":"en","location_name":"New York,New York,United States","keyword":"RustyBrick, Inc."}]},{"path":"/v3/business_data/google/my_business_updates/task_post","method":"post","operationId":"GoogleMyBusinessUpdatesTaskPost","tag":"BusinessData","description":"This endpoints provides the latest updates of a specific business entity from Google SERP. The provided results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_updates/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_updates/task_post/","example":[{"language_code":"en","location_name":"New York,New York,United States","keyword":"RustyBrick, Inc."}]},{"path":"/v3/business_data/google/my_business_updates/tasks_ready","method":"get","operationId":"GoogleMyBusinessUpdatesTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_updates/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_updates/tasks_ready/"},{"path":"/v3/business_data/google/my_business_updates/task_get/{id}","method":"get","operationId":"GoogleMyBusinessUpdatesTaskGet","tag":"BusinessData","description":"for more info please visit 'https://docs.dataforseo.com/v3/business_data/google/my_business_updates/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/my_business_updates/task_get/"},{"path":"/v3/business_data/google/hotel_searches/task_post","method":"post","operationId":"GoogleHotelSearchesTaskPost","tag":"BusinessData","description":"Hotel Searches API provides results containing information about different hotels listed on Google. The provided results are specific to the keyword, selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_searches/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_searches/task_post/","example":[{"language_code":"en","location_name":"New York,New York,United States","keyword":"cheap hotel","check_in":"2026-05-15","check_out":"2026-05-16","currency":"USD","adults":2,"children":[14],"sort_by":"highest_rating","priority":2,"tag":"example"}]},{"path":"/v3/business_data/google/hotel_searches/tasks_ready","method":"get","operationId":"GoogleHotelSearchesTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_searches/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_searches/tasks_ready/"},{"path":"/v3/business_data/google/hotel_searches/task_get/{id}","method":"get","operationId":"GoogleHotelSearchesTaskGet","tag":"BusinessData","description":"for more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_searches/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_searches/task_get/"},{"path":"/v3/business_data/google/hotel_searches/live","method":"post","operationId":"GoogleHotelSearchesLive","tag":"BusinessData","description":"Hotel Searches API provides results containing information about different hotels listed on Google Hotels. The provided results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_searches/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_searches/live/","example":[{"language_code":"en","location_name":"New York,New York,United States","keyword":"cheap hotel","check_in":"2026-05-15","check_out":"2026-05-16","currency":"USD","adults":2,"children":[14],"sort_by":"highest_rating","tag":"example"}]},{"path":"/v3/business_data/google/hotel_info/task_post","method":"post","operationId":"GoogleHotelInfoTaskPost","tag":"BusinessData","description":"Google Hotel Info will provide you with structured data available for a specific hotel entity on the Google Hotels platform: such as service description, location details, rating, amenities, reviews, images, prices, and more.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_info/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_info/task_post/","example":[{"language_code":"en","location_name":"New York,New York,United States","hotel_identifier":"ChYIq6SB--i6p6cpGgovbS8wN2s5ODZfEAE","tag":"some_string_123","postback_url":"https://your-server.com/postbackscript.php","postback_data":"advanced"}]},{"path":"/v3/business_data/google/hotel_info/tasks_ready","method":"get","operationId":"GoogleHotelInfoTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_info/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_info/tasks_ready/"},{"path":"/v3/business_data/google/hotel_info/task_get/advanced/{id}","method":"get","operationId":"GoogleHotelInfoTaskGetAdvanced","tag":"BusinessData","description":"for more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_info/task_get/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_info/task_get/advanced/"},{"path":"/v3/business_data/google/hotel_info/task_get/html/{id}","method":"get","operationId":"GoogleHotelInfoTaskGetHtml","tag":"BusinessData","description":"for more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_info/task_get/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_info/task_get/html/"},{"path":"/v3/business_data/google/hotel_info/live/advanced","method":"post","operationId":"GoogleHotelInfoLiveAdvanced","tag":"BusinessData","description":"Google Hotel Info will provide you with structured data available for a specific hotel entity on the Google Hotels platform: such as service description, location details, rating, amenities, reviews, images, prices, and more.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_info/live/advanced/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_info/live/advanced/","example":[{"language_code":"en","location_name":"New York,New York,United States","hotel_identifier":"CgoI-KWyzenM_MV3EAE"}]},{"path":"/v3/business_data/google/hotel_info/live/html","method":"post","operationId":"GoogleHotelInfoLiveHtml","tag":"BusinessData","description":"Google Hotel Info will provide you with unstructured HTML data available for a specific hotel entity on the Google Hotels platform: such as service description, location details, rating, amenities, reviews, images, prices, and more.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/hotel_info/live/html/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/hotel_info/live/html/","example":[{"language_code":"en","location_name":"New York,New York,United States","hotel_identifier":"ChYIq6SB--i6p6cpGgovbS8wN2s5ODZfEAE"}]},{"path":"/v3/business_data/google/reviews/task_post","method":"post","operationId":"GoogleReviewsTaskPost","tag":"BusinessData","description":"This endpoint provides results from the “Reviews” element of Google SERPs. The results are specific to the selected location (see the List of Locations) and language (see the List of Languages) parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/reviews/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/reviews/task_post/","example":[{"location_name":"London,England,United Kingdom","language_name":"English","keyword":"hedonism wines","depth":50,"sort_by":"highest_rating"}]},{"path":"/v3/business_data/google/reviews/tasks_ready","method":"get","operationId":"GoogleReviewsTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/reviews/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/reviews/tasks_ready/"},{"path":"/v3/business_data/google/reviews/task_get/{id}","method":"get","operationId":"GoogleReviewsTaskGet","tag":"BusinessData","description":"The returned results are specific to the indicated local establishment name, search engine, location and language parameters. We emulate set location and search engine with the highest accuracy so that the results you receive will match the actual search results for the specified parameters at the time of task setting. You can always check the returned results accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus would not be reflected in the returned results.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/reviews/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/reviews/task_get/"},{"path":"/v3/business_data/google/extended_reviews/task_post","method":"post","operationId":"GoogleExtendedReviewsTaskPost","tag":"BusinessData","description":"This endpoint provides results from the “Reviews” element of Google SERPs, including not only Google user reviews but also reviews from other reputable sources (e.g., TripAdvisor, Yelp, Trustpilot). The results are specific to the selected location (see the List of Locations) and language (see the List of Languages) parameters.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/extended_reviews/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/extended_reviews/task_post/","example":[{"location_name":"London,England,United Kingdom","language_name":"english","cid":"17626775537598922320"}]},{"path":"/v3/business_data/google/extended_reviews/tasks_ready","method":"get","operationId":"GoogleExtendedReviewsTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/extended_reviews/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/extended_reviews/tasks_ready/"},{"path":"/v3/business_data/google/extended_reviews/task_get/{id}","method":"get","operationId":"GoogleExtendedReviewsTaskGet","tag":"BusinessData","description":"The returned results are specific to the indicated local establishment name, search engine, location and language parameters. We emulate set location and search engine with the highest accuracy so that the results you receive will match the actual search results for the specified parameters at the time of task setting. You can always check the returned results accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus would not be reflected in the returned results.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/extended_reviews/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/extended_reviews/task_get/"},{"path":"/v3/business_data/google/questions_and_answers/task_post","method":"post","operationId":"GoogleQuestionsAndAnswersTaskPost","tag":"BusinessData","description":"This endpoint will provide you with a detailed overview of questions and answers associated with a specific business entity listed on Google My Business. By submitting a request to this endpoint, you can access comprehensive data on the inquiries and responses related to a particular business, including the full text of the questions and answers, as well as metadata such as timestamps, user information.\n \nThe provided results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\n \nYour account will be billed for every 20 questions, the maximum number of answers returned for each question is 5.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/task_post/","example":[{"language_code":"en","location_name":"Los Angeles,California,United States","keyword":"The Last Bookstore"}]},{"path":"/v3/business_data/google/questions_and_answers/tasks_ready","method":"get","operationId":"GoogleQuestionsAndAnswersTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/tasks_ready/"},{"path":"/v3/business_data/google/questions_and_answers/task_get/{id}","method":"get","operationId":"GoogleQuestionsAndAnswersTaskGet","tag":"BusinessData","description":"for more info please visit 'https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/task_get/"},{"path":"/v3/business_data/google/questions_and_answers/live","method":"post","operationId":"GoogleQuestionsAndAnswersLive","tag":"BusinessData","description":"This endpoint will provide you with a detailed overview of questions and answers associated with a specific business entity listed on Google My Business. By submitting a request to this endpoint, you can access comprehensive data on the inquiries and responses related to a particular business, including the full text of the questions and answers, as well as metadata such as timestamps, user information.\n \nThe provided results are specific to the selected location (see the List of Locations) and language (see the List of Languages) settings.\n \nYour account will be billed for every 20 questions, the maximum number of answers returned for each question is 5.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/google/questions_and_answers/live/","example":[{"language_code":"en","location_name":"Los Angeles,California,United States","keyword":"The Last Bookstore"}]},{"path":"/v3/business_data/trustpilot/search/task_post","method":"post","operationId":"TrustpilotSearchTaskPost","tag":"BusinessData","description":"This endpoint provides a list of business profiles listed on the Trustpilot platform. The returned results are relevant to the specified keyword.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/trustpilot/search/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/trustpilot/search/task_post/","example":[{"keyword":"pizza restaurant","depth":20}]},{"path":"/v3/business_data/trustpilot/search/tasks_ready","method":"get","operationId":"TrustpilotSearchTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/trustpilot/search/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/trustpilot/search/tasks_ready/"},{"path":"/v3/business_data/trustpilot/search/task_get/{id}","method":"get","operationId":"TrustpilotSearchTaskGet","tag":"BusinessData","description":"This endpoint provides a list of business profiles listed on the Trustpilot platform. The returned results are relevant to the keyword specified in a POST request. We emulate set parameters with the highest accuracy so that the results you receive match the actual search results for the specified parameters at the time of task setting. You can always check the returned results accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus will not be reflected in the returned results.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/trustpilot/search/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/trustpilot/search/task_get/"},{"path":"/v3/business_data/trustpilot/reviews/task_post","method":"post","operationId":"TrustpilotReviewsTaskPost","tag":"BusinessData","description":"This endpoint provides reviews published on the Trustpilot platform for the local establishment specified in the domain field.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_post/","example":[{"domain":"www.thepearlsource.com","depth":40}]},{"path":"/v3/business_data/trustpilot/reviews/tasks_ready","method":"get","operationId":"TrustpilotReviewsTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/tasks_ready/"},{"path":"/v3/business_data/trustpilot/reviews/task_get/{id}","method":"get","operationId":"TrustpilotReviewsTaskGet","tag":"BusinessData","description":"This endpoint provides reviews published on the Trustpilot platform The returned results are specific to the indicated business entity. We emulate set parameters with the highest accuracy so that the results you receive will match the actual search results for the specified parameters at the time of task setting. You can always check the returned results accessing the check_url in the Incognito mode to make sure the received data is entirely relevant. Note that user preferences, search history, and other personalized search factors are ignored by our system and thus would not be reflected in the returned results.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/trustpilot/reviews/task_get/"},{"path":"/v3/business_data/tripadvisor/locations","method":"get","operationId":"TripadvisorLocations","tag":"BusinessData","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task. Note that supported location types in Tripadvisor Business Data API are City and Region only.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/locations/"},{"path":"/v3/business_data/tripadvisor/locations/{country}","method":"get","operationId":"TripadvisorLocationsCountry","tag":"BusinessData","description":"You will receive the list of locations by this API call. You can filter the list of locations by country when setting a task. Note that supported location types in Tripadvisor Business Data API are City and Region only.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/locations/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/locations/"},{"path":"/v3/business_data/tripadvisor/languages","method":"get","operationId":"TripadvisorLanguages","tag":"BusinessData","description":"You will receive the list of languages by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/languages/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/languages/"},{"path":"/v3/business_data/tripadvisor/search/task_post","method":"post","operationId":"TripadvisorSearchTaskPost","tag":"BusinessData","description":"This endpoint provides a list of business profiles listed on the Tripadvisor platform. The returned results are relevant to the specified keyword and the selected location (see the List of Locations).\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/search/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/search/task_post/","example":[{"keyword":"pizza","location_code":1003854,"depth":30}]},{"path":"/v3/business_data/tripadvisor/search/tasks_ready","method":"get","operationId":"TripadvisorSearchTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/search/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/search/tasks_ready/"},{"path":"/v3/business_data/tripadvisor/search/task_get/{id}","method":"get","operationId":"TripadvisorSearchTaskGet","tag":"BusinessData","description":"This endpoint will provide you with data on businesses listed on the Tripadvisor platform. The results obtained through this endpoint are specific to the location (see the List of Tripadvisor Locations) and keyword parameters used in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/search/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/search/task_get/"},{"path":"/v3/business_data/tripadvisor/reviews/task_post","method":"post","operationId":"TripadvisorReviewsTaskPost","tag":"BusinessData","description":"This endpoint provides results from the “Reviews” element on the Tripadvisor platform. The results are specific to the URL path or keyword you indicate, and and the selected location (see the List of Locations).\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_post/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_post/","example":[{"url_path":"Hotel_Review-g60763-d23462501-Reviews-Margaritaville_Times_Square-New_York_City_New_York.html","location_code":1003854,"pingback_url":"https://your-server.com/pingback.php?id=$id&tag=$tag","tag":"some_string_123"}]},{"path":"/v3/business_data/tripadvisor/reviews/tasks_ready","method":"get","operationId":"TripadvisorReviewsTasksReady","tag":"BusinessData","description":"The ‘Tasks Ready’ endpoint is designed to provide you with the list of completed tasks, which haven’t been collected yet. If you don’t use the postback_url, you can receive the list of id for all completed tasks using this endpoint. Then, you can collect the results using the ‘Task GET’ endpoint.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/tasks_ready/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/tasks_ready/"},{"path":"/v3/business_data/tripadvisor/reviews/task_get/{id}","method":"get","operationId":"TripadvisorReviewsTaskGet","tag":"BusinessData","description":"This endpoint provides feedback data on businesses listed on the Tripadvisor platform, including their locations, ratings, review content and count. The results are specific to the URL path indicated in the POST request.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_get/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/tripadvisor/reviews/task_get/"},{"path":"/v3/business_data/social_media/pinterest/live","method":"post","operationId":"SocialMediaPinterestLive","tag":"BusinessData","description":"Social Media Pinterest API will provide you with data on pins made from the specified URLs. Pins on Pinterest correspond to content saves. For each specified page URL, you will get the number of content saves to Pinterest made using the Pinterest Save Button placed on that page.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/social_media/pinterest/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/social_media/pinterest/live/","example":[{"targets":["https://www.simplyrecipes.com/recipes/grilled_salmon_with_cucumber_mango_salsa/","https://tasty.co/recipe/classic-lasagna","https://www.allrecipes.com/recipe/255263/sicilian-roasted-chicken/"],"tag":"some_string_123"}]},{"path":"/v3/business_data/social_media/reddit/live","method":"post","operationId":"SocialMediaRedditLive","tag":"BusinessData","description":"Social Media Reddit API provides information for each share of the target webpage on Reddit. For each specified Reddit URL, you will get subreddit and author names, permalink, title, and the number of subreddit members.\nfor more info please visit 'https://docs.dataforseo.com/v3/business_data/social_media/reddit/live/?bash'","docUrl":"https://docs.dataforseo.com/v3/business_data/social_media/reddit/live/","example":[{"targets":["https://vk.com/","https://ahrefs.com/","https://google.com/","https://twitter.com/","https://reddit.com/","https://facebook.com/"],"tag":"some_string_123"}]},{"path":"/v3/appendix/user_data","method":"get","operationId":"UserData","tag":"Appendix","description":"You will receive detailed information about your API usage, prices, spending and other account details by calling this API.\nfor more info please visit 'https://docs.dataforseo.com/v3/appendix/user_data/?bash'","docUrl":"https://docs.dataforseo.com/v3/appendix/user_data/"},{"path":"/v3/appendix/errors","method":"get","operationId":"Errors","tag":"Appendix","description":"This endpoint returns a list of possible DataForSEO API errors and general status codes. Below you will find a list of HTTP response codes and internal messages. We recommend storing the data connected to error codes in your application log and designing a necessary system for handling related exceptional or error conditions.\nfor more info please visit 'https://docs.dataforseo.com/v3/appendix/errors/?bash'","docUrl":"https://docs.dataforseo.com/v3/appendix/errors/"},{"path":"/v3/appendix/webhook_resend","method":"post","operationId":"WebhookResend","tag":"Appendix","description":"Using this endpoint you can resend webhooks (pingbacks and postbacks) for up to 100 specified tasks.\nNote: Your account will not be double-charged for resending a webhook.\nfor more info please visit 'https://docs.dataforseo.com/v3/appendix/webhook_resend/?bash'","docUrl":"https://docs.dataforseo.com/v3/appendix/webhook_resend/","example":[{"id":"08161139-0001-0066-1000-06491d097ed5"}]},{"path":"/v3/appendix/status","method":"get","operationId":"AppendixStatus","tag":"Appendix","description":"By calling this API you will receive detailed information about the current status of all our APIs and endpoints. You will also get a full issue description if a problem occurs.\nfor more info please visit 'https://docs.dataforseo.com/v3/appendix/status/?bash'","docUrl":"https://docs.dataforseo.com/v3/appendix/status/"}]
|