Baidu Maps Scraper
Under maintenancePricing
from $1.99 / 1,000 baidu maps scraper results
Baidu Maps Scraper
Under maintenanceScrape points-of-interest (POI) from Baidu Maps. Extracts business names, addresses, phones, ratings, reviews, hours, coordinates, and categories. Supports pagination and region filter.
Pricing
from $1.99 / 1,000 baidu maps scraper results
Rating
0.0
(0)
Developer
Search API
Maintained by CommunityActor stats
0
Bookmarked
8
Total users
5
Monthly active users
4 days ago
Last modified
Categories
Share
Scrape points-of-interest (POI) from Baidu Maps. Extracts business names, addresses, phones, ratings, reviews, hours, coordinates, and categories. Supports pagination and region filter.
What this Actor collects
Each dataset item represents one Baidu Maps point of interest, with available contact details, categories, coordinates, ratings, opening hours, media, and source identifiers.
- Uses the input limits and filters below to control the crawl.
- Stores source-backed fields defined by the 74-field dataset schema.
- Omits optional fields when the source does not expose a value instead of writing nulls or fabricated placeholders.
Use cases
- Local lead research
- Location and category monitoring
- Business-directory enrichment
Input
Provide input in JSON. Fields marked required must be supplied; source-specific alternatives and constraints are described in the field text.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | Yes | — | POI search query (e.g. 餐厅, 咖啡厅, 酒店) |
region | string | Yes | — | City/region name to search within (e.g. 北京, 上海, 深圳) |
maxItems | integer | No | 100 | Maximum number of POIs to scrape |
maxPages | integer | No | 10 | Maximum number of pagination pages to follow |
market | string | No | "zh-CN" | Locale tag (e.g. zh-CN) |
maxRequestRetries | integer | No | 3 | Retry temporary browser, network, and proxy failures. |
navigationTimeoutSecs | integer | No | 60 | Maximum time allowed for each page navigation. |
requestHandlerTimeoutSecs | integer | No | 120 | Maximum time allowed for search interaction and extraction. |
proxyConfiguration | object | No | — | Proxy configuration for the scraper |
debug | boolean | No | false | Log sanitized response-shape diagnostics without response bodies or credentials. |
Example input
{"query": "餐厅","region": "北京","maxItems": 5,"maxPages": 2,"proxyConfiguration": {"useApifyProxy": true,"apifyProxyGroups": ["RESIDENTIAL"],"countryCode": "CN"},"market": "zh-CN","maxRequestRetries": 3,"navigationTimeoutSecs": 60,"requestHandlerTimeoutSecs": 120,"debug": false}
Output
The default dataset contains one item per point-of-interest result. The following are the most useful fields; availability varies with the listing.
| Field | Type | Description |
|---|---|---|
position | integer | Position |
name | string | Name |
category | string | Category |
rating | number | Rating |
reviewCount | integer | Review Count |
address | string | Address |
scrapedAt | string | Scraped At |
type | string | Type |
description | string | Description |
url | string | URL |
link | string | Link |
query | string | Query |
searchQuery | string | Search Query |
resultType | string | Result Type |
page | integer | Page |
nameLocal | string | Name Local |
Example dataset item
No static output record is embedded because the current local storage has no trustworthy item. Run the Actor with the example input to create source-backed output; the Actor does not fabricate a sample record.