Tous les outils

Scrapers Apify · apify__lukaskrivka__google-maps-with-contact-details

📩📍 Google Maps Email Extractor

Extract Google Maps contact details. Scrape websites of Google Maps places for contact details and get email addresses, website, location, address, zipcode, phone number, social media links. Export sc (Apify, 89 532 utilisateurs)

Prix
2 crédits / appel
0,156 € · 0,17 $US
Prérequis
Aucun connecteur
fonctionne aussi avec Apify
Validation humaine
Non
lecture ou écriture interne

Entrée

ChampTypeDescription
input *objectActor input matching the schema of lukaskrivka/google-maps-with-contact-details (see apify_inspect_actor)
maxItemsnumberMax dataset items returned (1-200, default 50)
timeoutSecondsnumber10-120, default 90

Appeler cet outil

Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"apify__lukaskrivka__google-maps-with-contact-details","input":{"input":"…","maxItems":1,"timeoutSeconds":1}}'
$run({ "tool": "apify__lukaskrivka__google-maps-with-contact-details", "input": {"input":"…","maxItems":1,"timeoutSeconds":1} })