Baidu Maps Scraper avatar

Baidu Maps Scraper

Under maintenance

Pricing

from $1.99 / 1,000 baidu maps scraper results

Go to Apify Store
Baidu Maps Scraper

Baidu Maps Scraper

Under maintenance

Scrape 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

Search API

Maintained by Community

Actor stats

0

Bookmarked

8

Total users

5

Monthly active users

4 days ago

Last modified

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.

FieldTypeRequiredDefaultDescription
querystringYesPOI search query (e.g. 餐厅, 咖啡厅, 酒店)
regionstringYesCity/region name to search within (e.g. 北京, 上海, 深圳)
maxItemsintegerNo100Maximum number of POIs to scrape
maxPagesintegerNo10Maximum number of pagination pages to follow
marketstringNo"zh-CN"Locale tag (e.g. zh-CN)
maxRequestRetriesintegerNo3Retry temporary browser, network, and proxy failures.
navigationTimeoutSecsintegerNo60Maximum time allowed for each page navigation.
requestHandlerTimeoutSecsintegerNo120Maximum time allowed for search interaction and extraction.
proxyConfigurationobjectNoProxy configuration for the scraper
debugbooleanNofalseLog 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.

FieldTypeDescription
positionintegerPosition
namestringName
categorystringCategory
ratingnumberRating
reviewCountintegerReview Count
addressstringAddress
scrapedAtstringScraped At
typestringType
descriptionstringDescription
urlstringURL
linkstringLink
querystringQuery
searchQuerystringSearch Query
resultTypestringResult Type
pageintegerPage
nameLocalstringName 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.