Frequently Asked Questions (FAQ) - GeoScraper API
General Questions
Q1: What is GeoScraper API?
A: GeoScraper API is a tool designed for scraping data from Google Maps. It allows users to retrieve information about places, reviews, directions, and perform search queries on Google Maps.
Q2: How do I get started with GeoScraper API?
A: Create an account at geoscraper.net, then open API Access to create your token for X-Berserker-Token (included on paid plans). You can also run scrapers from the dashboard without coding—see Dashboard & web app. Full steps are in Getting Started on the home page of this documentation.
Q3: What are the costs associated with using GeoScraper API?
A: GeoScraper uses credits. Pay-as-you-go is $1 per 1,000 credits with no subscription required; credits never expire. Monthly plans start at $29/mo (Starter) with higher tiers for more credits and features—see the full Pricing page for Pro, Business, and Enterprise.
Q4: How can I manage my usage to stay within the limits?
A: You can manage your usage by planning your data scraping effectively, using the catched parameter to utilize cached data, and monitoring your request count regularly.
Technical Questions
Q5: What programming languages can I use with GeoScraper API?
A: The API can be used with any programming language that can make HTTP requests. Our documentation provides examples in Python.
Q6: What should I do if I encounter an error with my API request?
A: Check the error code and refer to the ‘Common Errors’ section of the documentation for guidance. Common errors include 401 Unauthorized (missing token), 400 Bad Request (invalid request).
Q7: Can I use GeoScraper API for bulk data scraping?
A: Yes, GeoScraper API can be used for bulk data scraping. However, ensure you stay within the request limits and follow the terms of service.