{"id":39402024,"url":"https://github.com/ozgurg/google-currency-scraper","last_synced_at":"2026-01-18T03:25:00.215Z","repository":{"id":56797096,"uuid":"509607464","full_name":"ozgurg/google-currency-scraper","owner":"ozgurg","description":"Scrape extremely up-to-date exchange rates from Google fast and free.","archived":false,"fork":false,"pushed_at":"2024-07-09T19:13:12.000Z","size":398,"stargazers_count":11,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T11:50:10.738Z","etag":null,"topics":["acikkaynak","currency","currency-api","google-scraper","scraper"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/google-currency-scraper","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/ozgurg.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":"2022-07-01T22:55:15.000Z","updated_at":"2025-06-21T03:44:03.000Z","dependencies_parsed_at":"2024-07-09T23:54:01.171Z","dependency_job_id":null,"html_url":"https://github.com/ozgurg/google-currency-scraper","commit_stats":{"total_commits":109,"total_committers":2,"mean_commits":54.5,"dds":0.00917431192660545,"last_synced_commit":"b65fecfb6da44d95704210d8ebc8862c5a85d9de"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/ozgurg/google-currency-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgurg%2Fgoogle-currency-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgurg%2Fgoogle-currency-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgurg%2Fgoogle-currency-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgurg%2Fgoogle-currency-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozgurg","download_url":"https://codeload.github.com/ozgurg/google-currency-scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgurg%2Fgoogle-currency-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28528038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-18T00:39:45.795Z","status":"online","status_checked_at":"2026-01-18T02:00:07.578Z","response_time":98,"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":["acikkaynak","currency","currency-api","google-scraper","scraper"],"created_at":"2026-01-18T03:25:00.124Z","updated_at":"2026-01-18T03:25:00.203Z","avatar_url":"https://github.com/ozgurg.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Downloads](https://img.shields.io/npm/dm/google-currency-scraper)\n![Version](https://img.shields.io/github/package-json/v/ozgurg/google-currency-scraper)\n\n# google-currency-scraper\n\nScrape extremely up-to-date exchange rates from Google fast and for free, with only one external dependency.\n\n## Install\n\n```shell\nnpm install google-currency-scraper\n```\n\n## Usage\n\n```javascript\nimport googleCurrencyScraper, { CurrencyCode } from \"google-currency-scraper\";\n\nconst currency = await googleCurrencyScraper({\n    from: CurrencyCode.USD, // You can use \"USD\" as well\n    to: CurrencyCode.TRY // You can use \"TRY\" as well\n});\n// {\n//     from: \"USD\",\n//     to: \"TRY\",\n//     rate: 32.2434,\n//     dateUpdated: \"May 19, 13:59 UTC\"\n// }\n```\n\n## API\n\n### googleCurrencyScraper(params) : object\n\n#### params\n\nDefault: \u003ccode\u003e{}\u003c/code\u003e\\\nType: \u003ccode\u003eobject\u003c/code\u003e\\\nRequired: Yes\n\n#### params.from\n\nType: \u003ccode\u003eCurrencyCode | string\u003c/code\u003e\\\nRequired: Yes\n\n#### params.to\n\nType: \u003ccode\u003eCurrencyCode | string\u003c/code\u003e\\\nRequired: Yes\n\n### CurrencyCode\n\nIt's a helper object that contains all currency codes.\n\n## License\n\n[![License](https://img.shields.io/github/license/ozgurg/google-currency-scraper)](https://github.com/ozgurg/google-currency-scraper/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozgurg%2Fgoogle-currency-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozgurg%2Fgoogle-currency-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozgurg%2Fgoogle-currency-scraper/lists"}