scrape_leads
Start a background job to scrape business leads from Google Places by specifying a search query and location.
Instructions
Start a background job to scrape leads from Google Places based on a query and location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLeads | No | Maximum leads to collect (default 50) | |
| minRating | No | Minimum business rating (0-5) | |
| textQuery | Yes | The search query (e.g., 'Digital Marketing Agencies') | |
| radiusMeters | No | Search radius in meters (max 50000) | |
| centerLatitude | No | Optional center latitude for precise search | |
| centerLongitude | No | Optional center longitude for precise search | |
| targetLocationName | Yes | Human-readable location name (e.g., 'Mumbai, India') | |
| includedPrimaryTypes | No | Filter by Google Place types (e.g., ['restaurant', 'gym']) |