A sum-up of SerpApi's latest product improvements, and feature releases ๐
๐Note: a few of the features/updates will be repeated from the September-October 2022 changelog updates.
Summary of October Updates
- [Feature] Google Search API: Now Supports 'About the Page' and 'About the Source'
- [Feature] eBay Search API: Extract All Available Categories
- [Feature] Google Answer Box API: Support Converter Answer Box
- [Feature] Baidu Search API: Support 'Ads', 'Shopping', 'News', 'People Also Search For', 'Related Topics', 'Answer Box' Results on Mobile
- [Feature] Google Trends API: Support Timestamp
- [Feature] Baidu Search API: Support 'Inline Videos', 'Social Media', 'Document' Results on Mobile
- [Fix] Google Knowledge Graph API: Profiles and Website are Not Parsing
- [Fix] Google News API: No Results in the JSON
- [Fix] eBay Search API: Title is missing in JSON response
- [Fix] Google Search API: Missing Local Results
- [Fix] Google Search API: First Organic Result is Duplicated on Mobile
- [Fix] Google Video Results API: Found in Videos Section is not parsed on Mobile
- [Fix] Google Search API: 'sitelinks', 'twitter results', 'rich snippet' are not being parsed
- [Fix] Google Popular Destinations API: Popular Destination not in the JSON
- [Fix] Bing Recipes Results API: Recipe Link is not extracted
- [Fix] Google Inline Videos API: Key Moments is not extracted
- [Fix] Google Search API: Thumbnail not parsed for Organic Results on Mobile
- [Fix] Google Play API: No Organic Results in the JSON
- [Fix] Yahoo Search API: Displayed Link parsed in Snippet for Organic Results on Mobile
New Project Made with SerpApi
langchain
- CFC Schedules Tweet
- Walmart Coffee Stores Analysis
- Cohere API: Search-Based Discord Bot with Language Models
API Updates
[Feature] Google Search API: Now Supports 'About the Page' and 'About the Source'
This update will let you extract "About the Source" and "About the Topic" pages returned by Google.
Try in the Playground | Documentation | Public Roadmap Issue
[Feature] eBay Search API: Extract All Available Categories
This update will let you dynamically update eBay categories from our response JSON.
Possible flow:
- Extract all categories and stores them into array.
- Extract data from all pages without category applied.
- Extract data from all pages with category applied.
Try in the Playground | Documentation | Public Roadmap Issue
[Feature] Google Answer Box API: Support Converter Answer Box
Try in the Playground | Documentation | Public Roadmap Issue
[Feature] Baidu Search API: Support 'Ads', 'Shopping', 'News', 'People Also Search For', 'Related Topics', 'Answer Box' Results on Mobile
Ads
Try in the Playground | Documentation | Public Roadmap Issue
Shopping
Try in the Playground | Documentation | Public Roadmap Issue
News
Try in the Playground | Documentation | Public Roadmap Issue
People Also Search For
Try in the Playground | Documentation | Public Roadmap Issue
Related Topics
Try in the Playground | Documentation | Public Roadmap Issue
Answer Box
New 6 types of supported answer boxes:
- Finance Results.
- Currency Converter.
- Calculator Result.
- Dictionary Result.
- Medical Results.
- Organic Results.
Try in the Playground | Documentation | Public Roadmap Issue
[Feature] Google Trends API: Support Timestamp
Try in the Playground | Documentation | Public Roadmap Issue
[Feature] Baidu Search API: Support 'Inline Videos', 'Social Media', 'Document' Results on Mobile
Inline Videos
Try in the Playground | Documentation | Public Roadmap Issue
Social Media
Try in the Playground | Documentation | Public Roadmap Issue
Document
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Knowledge Graph API: Profiles and Website are Not Parsing
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google News API: No Results in the JSON
The issue occurred due to slight Google layout change that caused our parser to break.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] eBay Search API: Title is missing in JSON response
The issue occurred due to slight eBay layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Search API: Missing Local Results
The problem occurred due to slight Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Search API: First Organic Result is Duplicated on Mobile
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Video Results API: Found in Videos Section is not parsed on Mobile
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Search API: 'sitelinks', 'twitter results', 'rich snippet' are not being parsed
The issue occurred due to Google layout change.
sitelinks
Try in the Playground | Documentation | Public Roadmap Issue
twitter_results
Try in the Playground | Documentation | Public Roadmap Issue
rich_snippet
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Popular Destinations API: Popular Destination not in the JSON
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Bing Recipes Results API: Recipe Link is not extracted
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Inline Videos API: Key Moments is not extracted
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Search API: Thumbnail not parsed for Organic Results on Mobile
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Play API: No Organic Results in the JSON
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Google Shopping API: CSS Parsed and Returned Instead of Prices
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
[Fix] Yahoo Search API: Displayed Link parsed in Snippet for Organic Results on Mobile
The issue occurred due to Google layout change.
Try in the Playground | Documentation | Public Roadmap Issue
New Projects Made with SerpApi
Langchain
langchain
is a tool that lets devs build applications with LLMs through composability.
It can do:
- Self-ask-with-search
- LLM Math
- Generic Prompting
CFC Schedules Tweet
cfc-schedules-tweet
is a Twitter bot that sends tweets ahead of CFC's match.
Walmart Coffee Stores Analysis
Walmart-stores-coffee-analysis
is a exploratory data analysis project made possible with the help of Walmart Search Engine Results API.
Cohere Api: Search-Based Discord Bot with Language Models
A question answering bot with the Cohere API contextualizes questions and tries to answer them based on relevant results it finds using embedding search.
๐
Top comments (0)