Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hasdata.com/llms.txt

Use this file to discover all available pages before exploring further.

Analyze customer sentiment, benchmark against competitors, and surface response-rate gaps for your business. Returns review date, rating, snippet, owner response, likes, review URL, reviewer name/photo/reviews count/local-guide status, place URL, and attached images. This scraper job is asynchronous. You’ll receive a jobId, and can fetch results via polling or webhook delivery.

Request Cost

Each row of data returned consumes 1 credit from your balance.
Credits are deducted only for successful rows.

Example Request

curl --request POST \
  --url 'https://api.hasdata.com/scrapers/google-maps-reviews/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":100,"urls":["https://www.google.com/maps/place/?q=place_id:ChIJFU2bda4SM4cRKSCRyb6pOB8"],"sortBy":"qualityScore"}'

Job Parameters

limit
number
required
Number of reviews
urls
string[]
required
Enter Google Maps Place URLs. Each URL must be on a different line.
sortBy
string
required
Sort By

Supported Enrichments

Request any of the fields below via the enrichments array in your job payload.
IDTitleDescriptionCost per Request
emailEmail AddressReview author email address5 credits
websiteWebsite URLReview author website URL5 credits
phonePhone NumberReview author phone number5 credits
linkedinUrlLinkedIn ProfileReview author LinkedIn profile URL5 credits
facebookUrlFacebook ProfileReview author Facebook profile URL5 credits
instagramUrlInstagram ProfileReview author Instagram profile URL5 credits
xUrlX (Twitter) ProfileReview author X profile URL5 credits

Getting Results

Webhooks

Receive real-time updates when your scraper job starts, completes, or collects data.

Results API

Use the Results API to fetch your data using the jobId, with support for polling and pagination.

Stopping a Job

Cancel an active scraper job early if it’s no longer needed or you want to save credits.