We are happy to introduce a new array of data in DataForSEO Labs API endpoints that shows SERP data for every keyword in the response.
Our engineers enriched the response of some endpoints with a new field – serp_info
.
This field contains metadata about the SERP relevant to a given keyword:
"serp_info": { "check_url": "https://www.google.com/search?q=find%20my%20phone&num=100&hl=en&gl=US&gws_rd=cr&ie=UTF-8&oe=UTF-8&uule=w+CAIQIFISCQs2MuSEtepUEUK33kOSuTsc", "serp_item_types": [ "organic", "people_also_ask", "video", "images", "related_searches", "multi_carousel" ], "se_results_count": 14920000000, "last_updated_time": "2021-03-14 12:34:40 +00:00" }
This data will help you to understand how many search results Google provides for a given keyword, what SERP features are available for this keyword, and also display a relevant URL to the corresponding Google SERP.
When conducting keyword research, it’s very important to know how many search results Google displays and also what rich snippets are already presented. It enables you to create valuable features for your users and significantly improve your keyword research tools.
The possibility to receive this data has been added to the following endpoints:
- Related Keywords;
- Keyword Suggestions;
- Keyword Ideas;
- Keywords For Categories;
- Page Intersection;
- Domain Intersection.
When setting a task, you just need to set the field include_serp_info
to true
. Then, in the response, you will find the relevant array serp_info
containing the data specified above.
Want to get the details?
Click the button below and go through our documentation.