{"id":21697876,"url":"https://github.com/yakubique/grab-limited","last_synced_at":"2026-04-14T06:03:46.598Z","repository":{"id":228112046,"uuid":"773200483","full_name":"yakubique/grab-limited","owner":"yakubique","description":"Grab URLs with timelimit","archived":false,"fork":false,"pushed_at":"2024-03-17T02:19:04.000Z","size":183,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-20T15:17:44.720Z","etag":null,"topics":["actions","fetch","github","http","limit"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/yakubique.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"ko_fi":"opa_oz"}},"created_at":"2024-03-17T02:12:19.000Z","updated_at":"2024-03-17T02:17:47.000Z","dependencies_parsed_at":"2024-03-17T06:28:44.009Z","dependency_job_id":"85e4a08f-bdb7-4e6f-a946-1dc909709f0a","html_url":"https://github.com/yakubique/grab-limited","commit_stats":null,"previous_names":["yakubique/grab-limited"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/yakubique/grab-limited","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakubique%2Fgrab-limited","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakubique%2Fgrab-limited/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakubique%2Fgrab-limited/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakubique%2Fgrab-limited/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yakubique","download_url":"https://codeload.github.com/yakubique/grab-limited/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yakubique%2Fgrab-limited/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264841967,"owners_count":23671907,"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","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","fetch","github","http","limit"],"created_at":"2024-11-25T19:29:51.812Z","updated_at":"2026-04-14T06:03:46.563Z","avatar_url":"https://github.com/yakubique.png","language":"JavaScript","funding_links":["https://ko-fi.com/opa_oz","https://ko-fi.com/S6S1UZ9P7"],"categories":[],"sub_categories":[],"readme":"# Grab with limits\n\nGrab URLs with timelimit\n\n[![Test `grab-limited` action](https://github.com/yakubique/grab-limited/actions/workflows/test-myself.yaml/badge.svg)](https://github.com/yakubique/grab-limited/actions/workflows/test-myself.yaml)\n\n[Usage workflow](https://github.com/yakubique/grab-limited/actions/workflows/test-myself.yaml)\n\n## Usage\n```yaml\n- name: Grab with limits\n  id: list\n  uses: yakubique/grab-limited@v1\n  with:\n    endpoints: '[\"https://hacker-news.firebaseio.com/v0/topstories.json\", \"https://hacker-news.firebaseio.com/v0/topstories.json\"]'\n    interval: 300\n    concurrency: 2\n```\n\n## Inputs\n\n\u003c!-- AUTO-DOC-INPUT:START - Do not remove or modify this section --\u003e\n\n|    INPUT    |  TYPE  | REQUIRED |  DEFAULT  |               DESCRIPTION               |\n|-------------|--------|----------|-----------|-----------------------------------------|\n| concurrency | string |  false   |   `\"1\"`   |       Amount of requests at time        |\n|  endpoints  | string |   true   |           | Endpoints to call (JSON array or file)  |\n|  from_file  | string |  false   | `\"false\"` |      Load endpoints from JSON file      |\n|   headers   | string |  false   |  `\"{}\"`   |   JSON string with headers to include   |\n|  interval   | string |   true   |           |      Interval between queries (ms)      |\n|   method    | string |  false   |  `\"GET\"`  |            HTTP call method             |\n|    retry    | string |  false   |   `\"1\"`   |            Amount of retries            |\n| retry_pause | string |  false   |  `\"300\"`  |       Pause between retries (ms)        |\n|   to_file   | string |  false   | `\"false\"` |        Save result to JSON file         |\n\n\u003c!-- AUTO-DOC-INPUT:END --\u003e\n\n\n\n\n## Outputs\n\n\u003c!-- AUTO-DOC-OUTPUT:START - Do not remove or modify this section --\u003e\n\n| OUTPUT |  TYPE  |                   DESCRIPTION                   |\n|--------|--------|-------------------------------------------------|\n| result | string | Result list in JSON format OR \u003cbr\u003epath to file  |\n\n\u003c!-- AUTO-DOC-OUTPUT:END --\u003e\n\n\n\n----\n\n[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/S6S1UZ9P7)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakubique%2Fgrab-limited","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyakubique%2Fgrab-limited","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyakubique%2Fgrab-limited/lists"}