Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alifyasa/cloudscraper
Scrape websites protected by Cloudflare using https://github.com/FlareSolverr/FlareSolverr
https://github.com/alifyasa/cloudscraper
web-scraping
Last synced: 2 days ago
JSON representation
Scrape websites protected by Cloudflare using https://github.com/FlareSolverr/FlareSolverr
- Host: GitHub
- URL: https://github.com/alifyasa/cloudscraper
- Owner: alifyasa
- License: mit
- Created: 2023-11-16T15:05:41.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-26T13:30:54.000Z (about 1 year ago)
- Last Synced: 2024-11-22T01:13:56.433Z (2 months ago)
- Topics: web-scraping
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloudscraper
Scrape websites protected by Cloudflare using [`flaresolverr/flaresolverr`](https://github.com/FlareSolverr/FlareSolverr)## How to Run
In `main.go`, fill the tasks with URLs. The program will use [`flaresolverr/flaresolverr`](https://github.com/FlareSolverr/FlareSolverr) to bypass Cloudflare protection and scrape the site.
```
go run ./cmd/.
```The result will be written in `output/`.