{"id":23130021,"url":"https://github.com/tetreum/price-crawler","last_synced_at":"2026-04-26T23:31:47.683Z","repository":{"id":44164360,"uuid":"157122683","full_name":"tetreum/price-crawler","owner":"tetreum","description":"Article price crawler","archived":false,"fork":false,"pushed_at":"2023-01-04T17:58:18.000Z","size":906,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T06:41:48.477Z","etag":null,"topics":["crawler","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tetreum.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-11-11T21:25:31.000Z","updated_at":"2021-03-30T15:47:07.000Z","dependencies_parsed_at":"2022-08-19T12:01:37.551Z","dependency_job_id":null,"html_url":"https://github.com/tetreum/price-crawler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tetreum/price-crawler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Fprice-crawler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Fprice-crawler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Fprice-crawler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Fprice-crawler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tetreum","download_url":"https://codeload.github.com/tetreum/price-crawler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tetreum%2Fprice-crawler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317163,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"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":["crawler","nodejs"],"created_at":"2024-12-17T10:12:00.348Z","updated_at":"2026-04-26T23:31:47.666Z","avatar_url":"https://github.com/tetreum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/tetreum/price-crawler.svg?branch=master)](https://travis-ci.org/tetreum/price-crawler)\n\nIt will try to find the price of the received url by looking for metadata tags or using a custom crawler if available.\n\n\n# Requirements\n- node \u003e= v8\n\n# Setup\n- `npm install`\n\n# Usage\n- `node index.js`\n- Make the request against `http://localhost:18935/price?url=ARTICLE_URL_YOU_WANT_ITS_PRICE`\n\nOn success reply will be:\n```js\n{\n  \"amount\": 499,\n  \"currency\": \"EUR\",\n}\n```\n\nOn fail:\n```js\n{\n}\n```\n\n# Add a custom crawler\n\nIf the website you wanna crawl doesn't have SEO metadata (ex: amazon). You can create a custom crawler in `/crawlers/` folder. Before using the generic methods, price-crawler will check if the given url has it's own crawler there.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetreum%2Fprice-crawler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftetreum%2Fprice-crawler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftetreum%2Fprice-crawler/lists"}