{"id":19756988,"url":"https://github.com/pin705/cf-scraper-bypass","last_synced_at":"2026-03-07T11:33:03.375Z","repository":{"id":248790079,"uuid":"829803678","full_name":"pin705/cf-scraper-bypass","owner":"pin705","description":"A simple tool to scrape Cloudflare clearance cookies (cf_clearance) from websites with Cloudflare challenges.","archived":false,"fork":false,"pushed_at":"2024-07-17T08:00:55.000Z","size":96,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-20T05:26:02.987Z","etag":null,"topics":["bypass","cloudflare","cloudflare-bypass","nodejs","recaptcha","scraper-api"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pin705.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-17T03:22:09.000Z","updated_at":"2024-08-16T16:35:42.000Z","dependencies_parsed_at":"2024-07-17T05:36:55.765Z","dependency_job_id":null,"html_url":"https://github.com/pin705/cf-scraper-bypass","commit_stats":null,"previous_names":["pin705/cf-scraper-bypass"],"tags_count":3,"template":false,"template_full_name":"unjs/template","purl":"pkg:github/pin705/cf-scraper-bypass","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin705%2Fcf-scraper-bypass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin705%2Fcf-scraper-bypass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin705%2Fcf-scraper-bypass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin705%2Fcf-scraper-bypass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pin705","download_url":"https://codeload.github.com/pin705/cf-scraper-bypass/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pin705%2Fcf-scraper-bypass/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30212124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T09:02:10.694Z","status":"ssl_error","status_checked_at":"2026-03-07T09:02:08.429Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bypass","cloudflare","cloudflare-bypass","nodejs","recaptcha","scraper-api"],"created_at":"2024-11-12T03:17:40.385Z","updated_at":"2026-03-07T11:33:03.333Z","avatar_url":"https://github.com/pin705.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @pinjs/cf-scraper-bypass\n\n\u003c!-- automd:badges color=yellow --\u003e\n\n[![npm version](https://img.shields.io/npm/v/@pinjs/cf-scraper-bypass?color=yellow)](https://npmjs.com/package/@pinjs/cf-scraper-bypass)\n[![npm downloads](https://img.shields.io/npm/dm/@pinjs/cf-scraper-bypass?color=yellow)](https://npmjs.com/package/@pinjs/cf-scraper-bypass)\n\n\u003c!-- /automd --\u003e\n\nA simple tool to scrape Cloudflare clearance cookies (cf_clearance) from websites with Cloudflare challenges.\n\n## Usage\n\nInstall package:\n\n\u003c!-- automd:pm-install --\u003e\n\n```sh\n# ✨ Auto-detect\nnpx nypm install @pinjs/cf-scraper-bypass\n\n# npm\nnpm install @pinjs/cf-scraper-bypass\n\n# yarn\nyarn add @pinjs/cf-scraper-bypass\n\n# pnpm\npnpm install @pinjs/cf-scraper-bypass\n\n# bun\nbun install @pinjs/cf-scraper-bypass\n```\n\n```js\nimport Scraper from \"@pinjs/cf-scraper-bypass\";\n\nconst scraper = new Scraper({\n  headless: false,\n  skip_chromium_download: false,\n  chromium_path: \"/usr/bin/chromium-browser\",\n  wait_for_network_idle: false,\n  PUP_TIMEOUT: 16_000,\n});\n\nscraper\n    .proxy(\"https://google.com\", {})\n    .then((res) =\u003e console.log(res));\n```\n\n\u003c!-- /automd --\u003e\n\nImport:\n\n\u003c!-- automd:jsimport cjs cdn name=\"@pinjs/cf-scraper-bypass\" --\u003e\n\n**ESM** (Node.js, Bun)\n\n```js\nimport Scraper from \"@pinjs/cf-scraper-bypass\";\n```\n\n**CommonJS** (Legacy Node.js)\n\n```js\nconst Scraper = require(\"@pinjs/cf-scraper-bypass\");\n```\n\n**CDN** (Deno, Bun and Browsers)\n\n```js\nimport Scraper from \"https://esm.sh/@pinjs/cf-scraper-bypass\";\n```\n\n\u003c!-- /automd --\u003e\n\n## Development\n\n\u003cdetails\u003e\n\n\u003csummary\u003elocal development\u003c/summary\u003e\n\n- Clone this repository\n- Install latest LTS version of [Node.js](https://nodejs.org/en/)\n- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`\n- Install dependencies using `pnpm install`\n- Run interactive tests using `pnpm dev`\n\n\u003c/details\u003e\n\n## License\n\n\u003c!-- automd:contributors license=MIT --\u003e\n\nPublished under the [MIT](https://github.com/pin705/cf-scraper-bypass/blob/main/LICENSE) license.\nMade by [community](https://github.com/pin705/cf-scraper-bypass/graphs/contributors) 💛\n\u003cbr\u003e\u003cbr\u003e\n\u003ca href=\"https://github.com/pin705/cf-scraper-bypass/graphs/contributors\"\u003e\n\u003cimg src=\"https://contrib.rocks/image?repo=pin705/cf-scraper-bypass\" /\u003e\n\u003c/a\u003e\n\n\u003c!-- /automd --\u003e\n\n\u003c!-- automd:with-automd --\u003e\n\n---\n\n_🤖 auto updated with [automd](https://automd.unjs.io)_\n\n\u003c!-- /automd --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpin705%2Fcf-scraper-bypass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpin705%2Fcf-scraper-bypass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpin705%2Fcf-scraper-bypass/lists"}