Solution to scrape 100 Search Results on Google - Google Fast Light API
Google recently discontinued support for showing up to 100 results per page in search, a parameter that many SEO professionals, data companies, and researchers have relied on for years. This change disrupts established workflows, making large-scale data collection, competitor analysis, and keyword research less efficient.
API to scrape 100 search results from Google
Introducing Google Light Fast API:
With this API, you can scrape 100 search results from Google with one single request. This API only contains the organic_results
, which makes it faster compared to our regular Google Search API.
You can access this API with a single GET request:
https://serpapi.com/search.json?engine=google_light_fast&q=coffee&api_key=YOUR_API_KEY&num=100
- You can replace
coffee
with any keyword you want to search for. - To get your API key, you can register for free at SerpApi.
We also have a playground where you can test this API directly from your browser:
Scraping other rich results from Google
If you need the complete Google results on the first page, you can still use our Google Search API in order to scrape AI Overview answer, knowledge graph, and so on. So, if you need both 100 organic results
and complete rich results
, you only need to perform two searches:
- 1 to get the 100 organic results via the new Google Fast Light API
- 2 to get the rich results on the Google Search API.
No need to paginate the results or run 10 searches anymore.
Conclusion
The removal of the num=100 (&num=100
) parameter from Google has a lot of impacts on many SEO companies that need to serve ranking data for their clients. Many search API providers fail to scrape 100 search results, which results in many errors and misinformation on their platform.
This issue was also mentioned a couple of times on X (Twitter) by many search engine professionals,
Barry Schwartz - founder of the Search Engine Roundtable
Brodie Clark - Independent SEO consultant
SEO companies looking for a way to track their clients’ SEO rankings programmatically, as well as AI companies seeking more real-time data from Google, should try this new API.