microfisher/Strong-Web-Crawler
基于C#.NET+PhantomJS+Sellenium的高级网络爬虫程序。可执行Javascript代码、触发各类事件、操纵页面Dom结构。
This web crawler helps you extract data from complex websites that use JavaScript for dynamic content, like travel booking sites. You provide the website URL, and it navigates the site, interacts with elements (like clicking a 'comments' button), and then gives you the structured data directly from the displayed page. This is for data analysts, marketers, or researchers who need to gather publicly available information from interactive websites without delving into complex API analysis.
276 stars. No commits in the last 6 months.
Use this if you need to reliably collect data from modern websites where content loads dynamically or requires user interaction, and traditional simple crawlers fail.
Not ideal if you only need to extract data from static web pages without any JavaScript or dynamic content.
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/perception/microfisher/Strong-Web-Crawler"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
scrapy/scrapy
Scrapy, a fast high-level web crawling & scraping framework for Python.
Altimis/Scweet
A simple and unlimited twitter scraper : scrape tweets, likes, retweets, following, followers,...
lexiforest/curl_cffi
Python binding for curl-impersonate fork via cffi. A http client that can impersonate browser...
plabayo/rama
modular service framework to move and transform network packets
scrapinghub/spidermon
Scrapy Extension for monitoring spiders execution.