{"id":29014514,"url":"https://github.com/raisess/razor","last_synced_at":"2025-09-18T23:46:02.347Z","repository":{"id":98807639,"uuid":"347067649","full_name":"Raisess/razor","owner":"Raisess","description":"🤖 - Amazon products scraper, kinda a backend for web crawlers applications, no puppeteer btw.","archived":false,"fork":false,"pushed_at":"2021-04-24T19:48:47.000Z","size":61,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T20:13:33.047Z","etag":null,"topics":["amazon","amazon-bot","amazon-scraper","api","bot","bot-api","scraper","typescript"],"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/Raisess.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,"zenodo":null}},"created_at":"2021-03-12T13:00:09.000Z","updated_at":"2023-05-27T20:11:13.000Z","dependencies_parsed_at":"2023-04-18T10:46:54.636Z","dependency_job_id":null,"html_url":"https://github.com/Raisess/razor","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Raisess/razor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raisess%2Frazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raisess%2Frazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raisess%2Frazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raisess%2Frazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Raisess","download_url":"https://codeload.github.com/Raisess/razor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Raisess%2Frazor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275852425,"owners_count":25540137,"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-09-18T02:00:09.552Z","response_time":77,"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":["amazon","amazon-bot","amazon-scraper","api","bot","bot-api","scraper","typescript"],"created_at":"2025-06-25T20:13:32.614Z","updated_at":"2025-09-18T23:46:02.339Z","avatar_url":"https://github.com/Raisess.png","language":"TypeScript","readme":"# 🤖 Razor\n\nAmazon products scraper, kinda a backend for web crawlers applications.\n\n## Installing\n\nClone the repository.\n\n```shell\ngit clone https://github.com/Raisess/razor.git\n```\n\nEnter to the project folder.\n\n```shell\ncd razor\n```\n\nThen, compile the project and run.\n\n```shell\nnpm run compile | npm run start\n```\n\n## Using lib\n\nCan you use razor, its simple.\n\n```ts\nimport Razor from \"./Razor\";\n\n/*\n * @param amazonUri string\n * @param search    string\n */\nconst razor: Razor = new Razor(\"https://www.amazon.com\", \"shoes\");\n\n(async (): Promise\u003cvoid\u003e =\u003e {\n\t/*\n\t * @param pageLimit number; default is 1\n\t */\n\tconsole.log(await razor.getProducts(2));\n\t// returns the products array, try to see data.\n});\n```\n\n## Client\n\n### TODO: A crawler client, maybe with puppeteer.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisess%2Frazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraisess%2Frazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraisess%2Frazor/lists"}