Documentation

REST API

Create and inspect durable scraper jobs through the versioned /api/v1 surface.

Base URL

Production REST resources are served beneath https://gmapscraper.io/api/v1. Consult OpenAPI before implementing a client.

Idempotency

Send an Idempotency-Key on supported mutations. Reusing a key with a different request is rejected instead of silently creating new work.

Polling

Honor Retry-After where present, use bounded exponential backoff, and stop automatically when a job reaches a terminal state.