Google Search Scraper
Pay $5.00 for 1,000 results
Google Search Scraper
Pay $5.00 for 1,000 results
This Apify actor performs customizable Google searches and returns results in JSON format. It supports filters for site-specific searches, language, country codes, safe search, and more. Ideal for automated data extraction from Google search results.
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 "query": "python",
3 "num_pages": 1,
4 "site_filter": "",
5 "country_code": "US",
6 "language": "en",
7 "search_type": "",
8 "date_range": "",
9 "safe_search": false
10}' |
11apify call miracyuzakli/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:
- 8 monthly users
- 4 stars
- 100.0% runs succeeded
- Created in Aug 2024
- Modified 3 months ago