SerpApi Changelog: September, 2022
A sum-up of SerpApi's latest product improvements, feature releases 😊
Summary of September Updates- New API: Yandex Videos.
- Update(Google Events API): Now Supports Full Image Event Extraction.
- Update(Google Search API): Now Support Jobs Box Extraction.
- Update(Google Maps Reviews API): Now Supports Individual Link Review Extraction.
- Update(Google Autocomplete API): Now Supports
serpapi_link
for Suggested Keywords. - Update(Ebay Search API): Now Supports Category of Search.
- Update(Google Search API): Now Supports Google Flights Answer Box.
- Update(Google Search API): Now Supports Sport Events Breadcrumbs.
- Update(Google Search API) Now Supports "About the Source" and "About the Topic".
- Update(Google Image Search API): Now Supports Image Resolution Size Extraction.
- Update(Apple Store Search API): Now Supports Links to
apple_product
andapple_reviews
. - Fix(Google Search API):
related_searches
not returned on Mobile version. - Fix(Google Search API): Mobile Organic Results Images not Parsed.
- Fix(Google Search API): Knowledge Graph Image are not always parsed.
- Fix(Google Events API): Some events dates are not extracted from the details page of the event.
- Deprecation(Yahoo Search API):
pz
parameter has been deprecated.
New API: Yandex Videos
Now you can extract Yandex videos data in addition to already present APIs:
- organic results
- spell check
- knowledge graph
- inline images
- inline videos
- images tab
Try in the Playground | Documentation | Public Roadmap Issue
Update(Google Events API): Now Supports Full Image Event Extraction
This update lets you to extract the highest possible image resolution returned from Google.
Try in the Playground | Documentation | Public Roadmap Issue
Update(Google Search API): Now Support Jobs Box Extraction
Now you have an option to extract Google Jobs box in the Google Organic results.
Try in the Playground | Documentation | Public Roadmap Issue
Update(Google Maps Reviews API): Now Supports Individual Link Review Extraction
Now you can extract a link to a particular user review.
Try in the Playground | Documentation | Public Roadmap Issue
Update(Google Autocomplete API): Now Supports serpapi_link
for Suggested Keywords
This update lets you call serpapi_link
which leads to organic results data based on the suggested keyword.
Try in the Playground | Documentation | Public Roadmap Issue
Update (Ebay Search API): Now Supports Category of Search
We have added an additional parameter to specify search for the specific eBay category.
Try in the Playground | Documentation | Public Roadmap Issue
In the Playground:
Update (Google Search API): Now Supports Google Flights Answer Box
Now you can extract data from Google Flights Answer box from Google Organic results.
Try in the Playground | Documentation | Public Roadmap Issue
Update (Google Search API): Now Supports Sport Events Breadcrumbs
Try in the Playground | Documentation | Public Roadmap Issue
Update(Google Search API) Now Supports "About the Source" and "About the Topic"
A new update that let's you extract full "About the Source" and "About the Topic" pages returned by Google.
Try in the Playground | Documentation | Public Roadmap Issue
Update(Google Image Search API): Now Supports Image Resolution Size Extraction
We've added a support for extracting image width
and height
values.
Try in the Playground | Documentation | Public Roadmap Issue
Update(Apple Store Search API): Now Supports Links to apple_product
and apple_reviews
Now you can call apple_product
or apple_reviews
JSON keys that lead to either product or reviews API with JSON response.
Try in the Playground | Documentation | Public Roadmap Issue
Fix(Google Search API): related_searches
not returned on Mobile version
Try in the Playground | Documentation | Public Roadmap Issue
Before | After |
---|---|
Fix(Google Search API): Mobile Organic Results Images not Parsed
Try in the Playground | Documentation | Public Roadmap Issue
Before | After |
---|---|
Fix(Google Search API): Knowledge Graph Image are not always parsed
Try in the Playground | Documentation | Public Roadmap Issue
Fix(Google Events API): Some events dates are not extracted from the details page of the event
Try in the Playground | Documentation | Public Roadmap Issue
Fix(Google News API): No Results in the JSON
Try in the Playground | Documentation | Public Roadmap Issue
Fix(eBay Search API): Title is missing in JSON
Try in the Playground | Documentation | Public Roadmap Issue
Deprecation(Yahoo Search API): pz
parameter has been deprecated
pz
- number of results per page. This parameter has stopped working on the Yahoo Search website itself.
Documentation | Public Roadmap Issue