{"id":16535790,"url":"https://github.com/clemfromspace/scrapy-cloudflare-middleware","last_synced_at":"2025-08-15T21:34:23.894Z","repository":{"id":29272271,"uuid":"121006422","full_name":"clemfromspace/scrapy-cloudflare-middleware","owner":"clemfromspace","description":"A Scrapy middleware to bypass the CloudFlare's anti-bot protection","archived":false,"fork":false,"pushed_at":"2021-06-20T18:50:01.000Z","size":3,"stargazers_count":110,"open_issues_count":4,"forks_count":25,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-07-08T16:18:25.456Z","etag":null,"topics":["anti-bot","cloudflare","scrapping","scrapy"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clemfromspace.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-10T10:35:59.000Z","updated_at":"2025-04-16T07:20:52.000Z","dependencies_parsed_at":"2022-07-21T10:18:11.974Z","dependency_job_id":null,"html_url":"https://github.com/clemfromspace/scrapy-cloudflare-middleware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clemfromspace/scrapy-cloudflare-middleware","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-cloudflare-middleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-cloudflare-middleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-cloudflare-middleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-cloudflare-middleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clemfromspace","download_url":"https://codeload.github.com/clemfromspace/scrapy-cloudflare-middleware/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clemfromspace%2Fscrapy-cloudflare-middleware/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270631863,"owners_count":24619384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["anti-bot","cloudflare","scrapping","scrapy"],"created_at":"2024-10-11T18:28:53.513Z","updated_at":"2025-08-15T21:34:23.875Z","avatar_url":"https://github.com/clemfromspace.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI](https://img.shields.io/pypi/v/scrapy_cloudflare_middleware.svg)](https://pypi.python.org/pypi/scrapy_cloudflare_middleware)\n\n## Scrapy \"CloudFlare\" middleware\n\nA Scrapy middleware to bypass the CloudFlare's anti-bot protection, based on [cloudflare-scrape](https://github.com/Anorov/cloudflare-scrape).\n\n### Installation\n```\npip install scrapy_cloudflare_middleware\n```\n\n### Usage\n\nAdd the middleware to your `DOWNLOADER_MIDDLEWARES` settings\n\n```python\nDOWNLOADER_MIDDLEWARES = {\n    # The priority of 560 is important, because we want this middleware to kick in just before the scrapy built-in `RetryMiddleware`.\n    'scrapy_cloudflare_middleware.middlewares.CloudFlareMiddleware': 560\n}\n```\n\nDone.\nHappy scraping !\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemfromspace%2Fscrapy-cloudflare-middleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclemfromspace%2Fscrapy-cloudflare-middleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclemfromspace%2Fscrapy-cloudflare-middleware/lists"}