API ReferenceGoogle Maps Scraper
Enrich Run
Run website contact enrichment for Google Maps scraper items
Enrich Run
Queue website contact enrichment for all run items that have a business website.
curl -X POST https://api.hermes.camie.ai/v1/google-maps-scraper/runs/5/enrich \
-H "Authorization: Bearer hermes_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"force": true
}'Request Body
| Field | Type | Description |
|---|---|---|
force | boolean | Re-enrich items that already have enrichment results |
What Enrichment Extracts
Hermes visits business websites and likely contact pages. It extracts:
- email addresses
- phone numbers
- LinkedIn, Facebook, and Instagram profiles
- contact page URLs
- email validation results when the run was created with
verifyEmails: true
Response
{
"success": true,
"message": "Google Maps scraper enrichment queued",
"data": {
"id": 5,
"status": "enriching",
"statusMessage": "Website contact enrichment queued",
"enrichedItems": 0
}
}Poll Get Run until the status returns to completed.