Industrial AI Marketer β Scraping Engine
Web Intelligence
API Reference
Internal tool for testing and developing the AI Industrial Marketer scraping pipeline. Google Maps, Europages, and B2B lead extraction.
/health
Check API status and version.
{"status":"ok","version":"2.0.0"}
/maps/places
Search businesses via Google Maps Places API. Returns name, address, rating, place_id.
"query": "kitchenware importer"
"country": "Germany"
"limit": 10
/scrape
General web scraper. Supports static, stealthy, and dynamic fetch types.
"url": "https://europages.co.uk/..."
"fetch_type": "stealthy"
/scrape/batch
Scrape multiple URLs in parallel. Returns combined results.
"urls": ["url1", "url2"]
"fetch_type": "static"