SISO: Google Maps Lead Miner avatar
SISO: Google Maps Lead Miner
Try for free

1 day trial then $2.49/month - No credit card required now

View all Actors
SISO: Google Maps Lead Miner

SISO: Google Maps Lead Miner

siso/google-maps-lead-miner
Try for free

1 day trial then $2.49/month - No credit card required now

Helping you collect local leads, exclusively for SISO AGENCY. Our tool empowers agencies to achieve remarkable results with minimal investment, transforming business opportunities.

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "googleMapsURL": "https://www.google.com/maps/search/gym/@44.3267641,-84.7358592,12.73z/data=!4m2!2m1!6e1?entry=ttu"
8}
9EOF
10
11# Run the Actor using an HTTP API
12# See the full API reference at https://docs.apify.com/api/v2
13curl "https://api.apify.com/v2/acts/siso~google-maps-lead-miner/runs?token=$API_TOKEN" \
14  -X POST \
15  -d @input.json \
16  -H 'Content-Type: application/json'
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 6 stars
  • 96.3% runs succeeded
  • Created in May 2024
  • Modified 2 months ago