Google Search Scraper
3 days trial then $20.00/month - No credit card required now
Google Search Scraper
3 days trial then $20.00/month - No credit card required now
Boost SEO with our tool! Explore organic & paid results, People Also Ask, and Related Queries. Select countries, languages, and precise locations for tailored insights.
You can access the Google Search Scraper programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "startUrls": [
3 "https://www.google.com/search?q=fitness"
4 ],
5 "queries": [
6 "sculpture"
7 ],
8 "locationUule": "w+CAIQICIIaXN0YW5idWw=",
9 "maxItems": 20,
10 "endPage": 1,
11 "extendOutputFunction": "($) => { return {} }",
12 "customMapFunction": "(object) => { return {...object} }",
13 "proxy": {
14 "useApifyProxy": true
15 }
16}' |
17apify call epctex/google-search-scraper --silent --output-dataset
Google Search Scraper API through CLI
The Apify CLI is the official tool that allows you to use Google Search Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include:
- 41 monthly users
- 6 stars
- 97.9% runs succeeded
- Created in Sep 2023
- Modified about 13 hours ago