Google search results collector powered by official Google Custom Search API. Extract comprehensive search data across 14 languages with advanced filtering, metadata collection, and customizable outputs. Perfect for Google search monitoring, SEO research, and market analysis.
Professional tool for extracting data from Google Search using the official Custom Search API. Supports multilingual search, advanced filtering, and customizable outputs.
1{ 2 "keywords": ["iphone 15"], 3 "maxResults": 10, 4 "language": "en-US", 5 "sortBy": "relevance" 6}
1{ 2 "advancedSearch": { 3 "exactPhrase": "iphone 15 pro max", 4 "excludeWords": ["used", "refurbished"], 5 "siteSearch": ["amazon.com", "bestbuy.com"], 6 "dateRestrict": "m1" 7 } 8}
1{ 2 "outputOptions": { 3 "format": "json", 4 "fields": ["title", "link", "snippet", "domain", "rank"] 5 } 6}
keywords
: List of search keywords (max 100)maxResults
: Results per keyword (1-100)delayBetweenRequests
: Delay between requests (1000-10000ms)language
: Search language (default: en-US)sortBy
: Sort by relevance/dateexactPhrase
: Exact phrase to matchexcludeWords
: Keywords to exclude (max 10)siteSearch
: Target domains (max 5)dateRestrict
: Time range (d1/w1/m1/m3/m6/y1)format
: json/csvfields
: Data fields to include1{ 2 "title": "iPhone 15 Pro Max", 3 "link": "https://example.com/iphone-15", 4 "snippet": "Product description...", 5 "domain": "example.com", 6 "rank": 1, 7 "timestamp": "2024-01-20T08:30:00Z" 8}
1title,link,snippet,domain,rank,timestamp 2iPhone 15 Pro Max,https://example.com/iphone-15,Product description...,example.com,1,2024-01-20T08:30:00Z
MIT License - See LICENSE file for details.
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!