Comment on page
Google Search Scraper API
Using Google Search API you can scrape Google search results without worrying about proxy rotation and data parsing. Our API is fast and reliable.
Each successful request will cost you
20
API credits.You have to send a GET request to
http://api.scrapingdog.com/google
with the below-given parameters.Parameter | Description |
---|---|
api_key
required | Your personal API key. Available on your dashboard
Type: String |
query
required | This can be any Google query or a complete Google URL.
Example1 - query=pizza
Example2 - query=https://www.google.com/search?q=nike |
results | Number of results you want to scrape. Its value could be anything between 1 and 100.
Default Value - 10
Type - String |
country | |
page | This is the page number of Google searches. Its value can be 0 for the first page, 1 for the second page, and so on. Default Value - 0
Type - String |
Country | ISO Codes |
---|---|
United States | us |
China | cn |
Russia | ru |
United Kingdom | gb |
Australia | au |
Germany | de |
France | fr |
Canada | ca |
Italy | it |
India | in |
Mexico | mx |
Singapore | sg |
Chile | ch |
Netherlands | nl |
Belgium | be |
Last modified 1mo ago