VOOZH about

URL: https://apify.com/vivid_astronaut/geo-distance

โ‡ฑ Geo Distance API ยท Apify


Pricing

from $5.00 / 1,000 results

Go to Apify Store

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ Fabio Suizu

Fabio Suizu

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

5 months ago

Last modified

Categories

Share

Geo Distance service powered by Azure. Fast, reliable, and scalable API.

Features

  • Fast Processing: Lightning-fast geo distance api powered by Azure
  • Reliable: 99.9% uptime with automatic failover
  • Scalable: Handle single requests or bulk operations
  • Secure: Enterprise-grade security with API key authentication
  • Well Documented: Comprehensive API documentation and examples

Use Cases

  • Development: Integrate into your development workflow
  • Automation: Build automated pipelines
  • Integration: Connect with other services

Input Parameters

ParameterTypeRequiredDescription
dataobjectNoInput data to process. Send your API request payload here.
endpointstringNoSpecific endpoint to call (e.g., /api/v1/process)

Output Format

{
"success":true,
"result":{ ... },
"timestamp":"2026-01-07T00:00:00Z"
}

Code Examples

JavaScript (Node.js)

import{ ApifyClient }from'apify-client';
const client =newApifyClient({token:'YOUR_API_TOKEN'});
const input ={
"data":{},
"endpoint":"/api/v1/process"
};
const run =await client.actor("vivid_astronaut/geo-distance").call(input);
const{ items }=await client.dataset(run.defaultDatasetId).listItems();
console.log(items);

Python

from apify_client import ApifyClient
client = ApifyClient("YOUR_API_TOKEN")
run_input ={
"data":{},
"endpoint":"/api/v1/process"
}
run = client.actor("vivid_astronaut/geo-distance").call(run_input=run_input)
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

cURL

curl-X POST "https://api.apify.com/v2/acts/vivid_astronaut~geo-distance/runs?token=YOUR_API_TOKEN"\
-H"Content-Type: application/json"\
-d'{
"data": {},
"endpoint": "/api/v1/process"
}'

Pricing

Model: Pay per result Price: $0.005 per result

You only pay for successful results. Platform usage costs are included.

API Documentation

Full API documentation is available at:

Support

Version History

See ./CHANGELOG.md for version history.


Powered by Azure Cloud Infrastructure

You might also like

Google Distance Matrix Scraper

seemuapps/google-distance-matrix-scraper

Calculate travel time, distance, and traffic-aware ETAs between any list of origins and destinations using the official Google Distance Matrix API.

Turbo Linkedin Jobs Scraper (No Cookies)

perfectscrape/turbo-linkedin-jobs-scraper

Scrape LinkedIn jobs instantly - no logins or cookies! Super fast https scraping upto 300+ listings/minute! Geo, distance and time targeting with proxy support. Extract salaries, locations, company insights, and more fields at lightning speed. Perfect for recruiters, applicants, or job dashboards.

Instagram Location to Emails - Geo-Targeted Leads 2026

instaprism/instagram-location-to-emails

No login required. Extract emails from users posting at specific locations. Build geo-targeted email lists. Perfect for local businesses, events, and regional marketing campaigns.

GEO Prompt Bank - Curated AI Prompts by Industry

dltik/geo-prompt-bank

Solve the cold-start of GEO/AEO: pre-built libraries of high-intent prompts per industry (e-commerce, SaaS, fintech, healthcare, real estate). Run them against ChatGPT/Claude/Gemini to find where your brand should appear. Built to chain with GEO Visibility Score.

Skyscanner Hotels Scraper API - Prices, Reviews & Deals

makework36/skyscanner-hotels-scraper

Scrape Skyscanner Hotels with prices, reviews, distance to POI, partner offers (Booking.com, Hotels.com, Expedia). No API keys required.

๐Ÿ‘ User avatar

deusex machine

2

GEO Citation Analyzer - AI Citation Source Finder

alizarin_refrigerator-owner/geo-citation-analyzer

Discover which sources get cited by AI systems (ChatGPT, Perplexity, Gemini) & understand what content structure patterns get referenced. Essential for Generative Engine Optimization (GEO). Unlike traditional SEO targets Google rankings, GEO focuses on making your content the source for AI systems

99.co Property Scraper โ€” Singapore Listings & Agent Leads

scrapesage/99-co-property-scraper

Scrape Singapore property from 99.co โ€” HDB, condos, landed & commercial, for sale or rent. Get prices, PSF, beds, floor area, tenure, MRT distance, geo-coordinates, photos plus the listing agent name, phone & WhatsApp. Monitoring mode returns only new listings. Export to JSON, CSV, Excel.

AI Brand Visibility Monitor - GEO & AI Search Tracker

geneius/ai-brand-visibility-monitor

Track brand mentions, competitor visibility, citations, GEO scores, and action items in AI-generated buyer answers through the Apify OpenRouter proxy.

GEO Rank Tracker - Weekly AI Visibility Monitoring

dltik/geo-rank-tracker

Schedule weekly to track how your brand's AI visibility changes over time. Each run computes a GEO score across ChatGPT/Claude/Gemini, then diffs vs the previous run: score trend, prompts gained/lost, competitor moves, alerts. The recurring companion to GEO Visibility Score.

Related articles

How to use the Google Maps API in Python
Read more