Baidu Scraper
- jan.turon/baidu-scraper
- Modified
- Users 35
- Runs 634
- Created by
Jan Turoň
This actor allows you automatically crawl the result page for your keyword for the Baidu Search engine
Apify Baidu Scraper
Free Scraper for Baidu Search engine. Available here in Apify console
Crawled data
Data result object has currently following structure:
interface DataResults { results: ResultLink[]; hotSearchResults?: Link[]; relatedSearchKeywords?: string[]; similarSearchKeywords?: string[]; resultsCount?: number; }
When results
prop returns first 10 results for keyword.
ON THIS PAGE