Project HermesHermes Docs
API ReferenceGoogle Maps Scraper

Export CSV

Download Google Maps scraper run items as CSV

Export CSV

Download run items as CSV.

curl -L -H "Authorization: Bearer hermes_your_api_key" \
  -o google-maps-run-5.csv \
  https://api.hermes.camie.ai/v1/google-maps-scraper/runs/5/export.csv

The response content type is:

text/csv; charset=utf-8

CSV columns include:

title,placeId,mapsUrl,address,lat,lng,categoryName,categories,rating,reviewsCount,phone,website,emails,socialProfiles,contactPages,searchString,locationQuery,rank,status

On this page