scrapy-splash
Scrapy+Splash for JavaScript integration (by scrapy-plugins)
scrapy-fake-useragent
Random User-Agent middleware based on fake-useragent (by alecxe)
scrapy-splash | scrapy-fake-useragent | |
---|---|---|
3 | 3 | |
3,199 | 694 | |
0.5% | 0.7% | |
7.0 | 2.3 | |
2 months ago | over 1 year ago | |
Python | Python | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
scrapy-splash
Posts with mentions or reviews of scrapy-splash.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-05-10.
-
Scrape with Splash Requests returns empty
I have also modified the settings.py from according to steps 1-5 from https://github.com/scrapy-plugins/scrapy-splash
-
Anybody actually hoard something they weren't able to find later on the internet?
To add to u/nemec, here are the docs for scrapy splash which I’ve used several times (and just requires you to spin up their docker container to get started): https://github.com/scrapy-plugins/scrapy-splash
-
How Do I Scrape Data From A Scrollable List That
Your best bet is scrapy splash as you're dealing with dynamically generated html: https://github.com/scrapy-plugins/scrapy-splash
scrapy-fake-useragent
Posts with mentions or reviews of scrapy-fake-useragent.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-10-14.
-
Looking for suggestions for a web scraper
User-Agents: Your user-agent list is pretty small, and you aren't adding the other headers that real browsers typically have. For a bigger list of user-agents you could use the scrapy-fake-user-agent middleware.
-
Apple AppStore Apps Dataset with 1.2 million apps
Use the following config Scrapy + https://github.com/aivarsk/scrapy-proxies + https://github.com/alecxe/scrapy-fake-useragent with a free random proxy list but beware of securing your database since (MongoDB) like are prone to ransomware attacks
What are some alternatives?
When comparing scrapy-splash and scrapy-fake-useragent you can also consider the following projects:
scrapy-playwright - 🎭 Playwright integration for Scrapy
scrapy-cloudflare-middleware - A Scrapy middleware to bypass the CloudFlare's anti-bot protection
scrapy-rotating-proxies - use multiple proxies with Scrapy
scrapydweb - Web app for Scrapyd cluster management, Scrapy log analysis & visualization, Auto packaging, Timer tasks, Monitor & Alert, and Mobile UI. Docs 文档 :point_right:
hltv-scraping - Scraping data from hltv.org