The fastest Google Search scraper available—perfect if you need to scrape Google Search results quickly and efficiently. This is the ppr version
An Apify actor for scraping Google search results with customizable parameters. The actor extracts URLs, titles, and descriptions from Google search results pages.
The actor accepts the following input parameters:
Parameter | Type | Description |
---|---|---|
searchTerm | String | Required. The search query to look for on Google. |
numResults | Integer | Number of search results to retrieve. Default is 10. |
lang | String | Language code for the search results (e.g., 'en', 'es', 'fr'). Default is 'en'. |
safe | String | SafeSearch setting: 'active' or 'off'. Default is 'active'. |
region | String | Region code for the search results (e.g., 'us', 'uk', 'de'). |
start | Integer | Starting index for the search results. Default is 0. |
unique | Boolean | Whether to filter out duplicate URLs. Default is true. |
The actor stores its results in the default dataset, with each item having the following structure:
1{ 2 "url": "https://example.com", 3 "title": "Example Title of the Search Result", 4 "description": "A snippet or description of the search result as shown by Google..." 5}
1{ 2 "searchTerm": "apify web scraping" 3}
1{ 2 "searchTerm": "machine learning tutorials", 3 "numResults": 50, 4 "lang": "en", 5 "safe": "active", 6 "region": "us", 7 "start": 0, 8 "unique": true 9}
The actor automatically uses Apify Proxy if available in your subscription plan. This helps avoid IP-based blocking and provides more reliable results. If Apify Proxy is not available, the actor will run without a proxy.
Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.
No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!