North America Business Search
Access structured business data, including real estate, retail, and services across North American regions.
Business Directory API (Primary)
This endpoint requires specific headers to mimic XMLHttpRequest and form-encoded data.
Basic Search (Real Estate)
```bash
curl "https://www.dealmoon.com/local-category/updata?lang=cn" \
-H 'content-type: application/x-www-form-urlencoded; charset=UTF-8' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw 'keyword=&page=1&cityId=3&countyId=&hasCoupon=false&topLeft=&bottomRight=&type=realestate&inCooperation=false'
北美商业搜索
获取结构化商业数据,涵盖北美地区的房地产、零售及服务行业。
商业目录API(主要接口)
该端点需要特定的请求头来模拟XMLHttpRequest和表单编码数据。
基础搜索(房地产)
bash
curl https://www.dealmoon.com/local-category/updata?lang=cn \
-H content-type: application/x-www-form-urlencoded; charset=UTF-8 \
-H x-requested-with: XMLHttpRequest \
--data-raw keyword=&page=1&cityId=3&countyId=&hasCoupon=false&topLeft=&bottomRight=&type=realestate&inCooperation=false