🕷️ScrapingTools.dev
🚀 For Creators & Providers

List your B2B Tool

Building a Web Scraping API, proxy network, or data automation platform? Add your tool to our directory to reach thousands of engineers and data teams.

Share your affiliate signup or referral link so we can feature your official partner tracking.

If Featured is selected, we will review your tool and send a secure Stripe invoice upon approval to activate your top banner.

SERP & SEO Data API →

Zenserp

Zenserp delivers real-time Google search results with structured JSON output, geotargeting, and accessible pricing for developers.

✓ JS Rendering✓ CAPTCHA BypassResidential Proxies✓ Free Tier

📊 Pros & Cons

Pros

  • Permanent free tier with 50 monthly searches without requiring credit card registration
  • Precise geotargeting by country, language, and desktop/mobile/tablet devices
  • Simple, well-documented REST API with code samples in Python, Node.js, and cURL

⚠️ Cons

  • Primary focus is on Google; limited capabilities on secondary regional search engines
  • Does not include historical keyword tracking or backlink graph data

🎯 Best For

Early-stage startups and small agencies needing accurate Google SERP results with geotargeting and a free introductory tier.

🐍 Python Code Example

python
import requests

headers = {'apikey': 'YOUR_ZENSERP_KEY'}
params = {'q': 'python web scraping', 'gl': 'US', 'hl': 'en'}

res = requests.get('https://app.zenserp.com/api/v2/search', headers=headers, params=params)
print('Zenserp:', res.status_code, len(res.json().get('organic', [])))

🧩 Supported SDKs & Languages

PythonJavaScriptcURLPHP