{"id":15900109,"url":"https://github.com/fcakyon/earth2-scraper","last_synced_at":"2026-05-09T09:55:51.125Z","repository":{"id":110158828,"uuid":"340312636","full_name":"fcakyon/earth2-scraper","owner":"fcakyon","description":"Up-to-date earth2.io data","archived":false,"fork":false,"pushed_at":"2021-03-08T08:38:25.000Z","size":7093,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-08T09:47:17.735Z","etag":null,"topics":["data","earth","earth2","earth2io","javascript","json","json-api","prices-per-tile","python","scraper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/fcakyon.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-19T09:00:04.000Z","updated_at":"2022-11-09T09:12:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"a213afae-93d4-40c4-a811-a7d8feab091a","html_url":"https://github.com/fcakyon/earth2-scraper","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fearth2-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fearth2-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fearth2-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcakyon%2Fearth2-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcakyon","download_url":"https://codeload.github.com/fcakyon/earth2-scraper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246876862,"owners_count":20848260,"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":["data","earth","earth2","earth2io","javascript","json","json-api","prices-per-tile","python","scraper"],"created_at":"2024-10-06T10:41:54.369Z","updated_at":"2026-05-09T09:55:46.075Z","avatar_url":"https://github.com/fcakyon.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Earth2.io Scraper\nUp-to-date [earth2.io](https://earth2.io/) data\n\n\u003cimg width=\"1100\" alt=\"cover\" src=\"./static/cover.png\"\u003e\n\n# Details\n- [earth2.io](https://earth2.io/) data `(tile prices per country)` is automatically scraped and hosted in this repo daily.\n- As an example, you can access to the scraped info of Italy `(IT)` for 20th February 2021 `(20210220)` at:\n\n[https://raw.githubusercontent.com/fcakyon/earth2-scrapper/main/data/20210220/IT](https://raw.githubusercontent.com/fcakyon/earth2-scrapper/main/data/20210220/IT)\n\n# Consuming API\nWhen your backend is in Python i.e. in Django/Flask/FastAPI, you can access the JSON file’s data as shown below:\n\n```python\nimport urllib.request, json\n\ngithub_link = \"https://raw.githubusercontent.com/fcakyon/earth2-scrapper/main/data/20210220/IT\"\n\nwith urllib.request.urlopen(github_link) as url: \n   json_data = json.loads(url.read().decode())\n   \nprint(json_data)\n```\n\nAnd if you want data in JavaScript using JQuery/React, you can access the JSON file’s data as shown below:\n```js\nlet github_link = \"https://raw.githubusercontent.com/fcakyon/earth2-scrapper/main/data/20210219/IT\";\n\n$.getJSON(github_link, function(data) {\n     //data is the JSON string\n     console.log(data);\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcakyon%2Fearth2-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcakyon%2Fearth2-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcakyon%2Fearth2-scraper/lists"}