{"id":15167308,"url":"https://github.com/jexniemi/browserless-action-runner","last_synced_at":"2026-02-18T07:31:08.281Z","repository":{"id":254558568,"uuid":"846554284","full_name":"jexniemi/browserless-action-runner","owner":"jexniemi","description":"Run Puppeteer or Playwright web scraper (or other browser tasks) easily in headless mode as a GitHub Action","archived":false,"fork":false,"pushed_at":"2024-08-24T11:30:06.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-31T01:44:33.374Z","etag":null,"topics":["actions","browser","browserless","chromium","headless","marketplace-action","playwright","puppeteer","scraper","scraping","web"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/browserless-action-runner","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/jexniemi.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-08-23T13:04:32.000Z","updated_at":"2024-08-24T11:30:09.000Z","dependencies_parsed_at":"2024-09-14T00:08:09.938Z","dependency_job_id":"a54478de-6641-4fbd-ba45-b35b6731e772","html_url":"https://github.com/jexniemi/browserless-action-runner","commit_stats":{"total_commits":27,"total_committers":1,"mean_commits":27.0,"dds":0.0,"last_synced_commit":"4342fbce743528719be2f811ac2635710cc2b5b3"},"previous_names":["jexniemi/browserless-action-runner"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jexniemi/browserless-action-runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jexniemi%2Fbrowserless-action-runner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jexniemi%2Fbrowserless-action-runner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jexniemi%2Fbrowserless-action-runner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jexniemi%2Fbrowserless-action-runner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jexniemi","download_url":"https://codeload.github.com/jexniemi/browserless-action-runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jexniemi%2Fbrowserless-action-runner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29572384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T06:19:27.422Z","status":"ssl_error","status_checked_at":"2026-02-18T06:18:44.348Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["actions","browser","browserless","chromium","headless","marketplace-action","playwright","puppeteer","scraper","scraping","web"],"created_at":"2024-09-27T05:43:41.060Z","updated_at":"2026-02-18T07:31:08.258Z","avatar_url":"https://github.com/jexniemi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![example workflow](https://github.com/jexniemi/browserless-action-runner/actions/workflows/example.yml/badge.svg)\n\n\n# Browserless Action Runner\n\nThis GitHub Action allows you to easily run Puppeteer or Playwright web scraper in headless mode using the [Browserless](https://github.com/browserless/browserless) Docker image. Alternatively, you can use this Action to run any other process that requires headless browser.\n\n## Usage\n\n### Web Scraping\n\nIn order to use this action with Puppeteer or Playwright, you need to set up the browser's web socket endpoint:\n\nPuppeteer:\n```js\nconst browser = await puppeteer.connect({\n  browserWSEndpoint: 'ws://localhost:3000',\n});\n````\n\nPlaywright:\n```js\nconst browser = await pw.firefox.connect(\n  'ws://localhost:3000/firefox/playwright',\n);\n```\n\n### Creating a workflow\n\nTo use this action, you need to set up a workflow file (e.g., `.github/workflows/main.yml`) in your repository. Here's an example of how to use this action:\n\n```yml\nname: Scrape web\n\non: [push]\n\njobs:\n  test:\n    runs-on: ubuntu-latest\n    steps:\n    - name: Checkout code\n      uses: actions/checkout@v3\n\n    - name: Set up Node.js\n      uses: actions/setup-node@v4\n      with:\n        node-version: \"18\"\n\n    - name: Install dependencies\n      run: cd example \u0026\u0026 npm install\n\n    - name: Compile TypeScript\n      run: cd example \u0026\u0026 npx tsc\n\n    - name: Run Puppeteer Action\n      uses: jexniemi/browserless-action-runner@v0.1\n      with:\n        start_commands: | \n          node example/build/index.js\n```\n\nIn this example, the start_commands input is a multiline string, with each command on a separate line. These commands are run after the Browserless Docker container is up and running.\n\n## Contributing\nIf you have suggestions for how browserless-action-runner could be improved, or want to report a bug, open an issue!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjexniemi%2Fbrowserless-action-runner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjexniemi%2Fbrowserless-action-runner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjexniemi%2Fbrowserless-action-runner/lists"}