Google Search Data Extractor Pro
Pay $9.99 for 1,000 results
This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?
See alternative ActorsGoogle Search Data Extractor Pro
Pay $9.99 for 1,000 results
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.
Google Search Data Extractor Pro 🔍
Professional tool for extracting data from Google Search using the official Custom Search API. Supports multilingual search, advanced filtering, and customizable outputs.
✨ Key Features
- 🌐 Multilingual Support: 20+ most popular languages
- 🎯 Advanced Search:
- Exact phrase matching
- Keyword exclusion
- Domain-specific filtering
- Time-based restrictions
- 📊 Customizable Output:
- JSON or CSV format
- Selectable data fields
- Detailed search results
🛠️ Input Configuration
Basic Configuration
1{ 2 "keywords": ["iphone 15"], 3 "maxResults": 10, 4 "language": "en-US", 5 "sortBy": "relevance" 6}
Advanced Search
1{ 2 "advancedSearch": { 3 "exactPhrase": "iphone 15 pro max", 4 "excludeWords": ["used", "refurbished"], 5 "siteSearch": ["amazon.com", "bestbuy.com"], 6 "dateRestrict": "m1" 7 } 8}
Output Customization
1{ 2 "outputOptions": { 3 "format": "json", 4 "fields": ["title", "link", "snippet", "domain", "rank"] 5 } 6}
📋 Input Field Descriptions
Required Fields
keywords
: List of search keywords (max 100)maxResults
: Results per keyword (1-100)
Optional Fields
delayBetweenRequests
: Delay between requests (1000-10000ms)language
: Search language (default: en-US)sortBy
: Sort by relevance/date
Advanced Search Options
exactPhrase
: Exact phrase to matchexcludeWords
: Keywords to exclude (max 10)siteSearch
: Target domains (max 5)dateRestrict
: Time range (d1/w1/m1/m3/m6/y1)
Output Options
format
: json/csvfields
: Data fields to include
📤 Output Format
JSON
1{ 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}
CSV
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
⚙️ Technical Requirements
- Google Custom Search API Key
- Search Engine ID
- Node.js 16+
- RAM: 256MB (recommended: 512MB)
- Disk space: 512MB
🚀 Performance
- Processing speed: ~1-2 seconds/keyword
- Limit: 100 requests/day (Google API free tier)
- Accuracy: >99% (based on Google Search API)
⚠️ Limitations
- Maximum 100 keywords per run
- Maximum 100 results per keyword
- Maximum 5 domains in site search
- Maximum 10 excluded keywords
📝 License
MIT License - See LICENSE file for details.
🆘 Support
- Create an issue on GitHub
- Email: dhhoang.dn2@gmail.com
🔄 Updates
- v2.0.0: Added advanced search features
- v1.1.0: Extended language support
- v1.0.0: Initial release
Actor Metrics
1 monthly user
-
0 No stars yet
33% runs succeeded
Created in Dec 2024
Modified 3 days ago