{"id":20784696,"url":"https://github.com/av1m/datagovuk-scraper","last_synced_at":"2026-05-25T04:31:51.600Z","repository":{"id":38413938,"uuid":"479882106","full_name":"av1m/datagovuk-scraper","owner":"av1m","description":"Scrap public data from data.gov.uk without an API KEY","archived":false,"fork":false,"pushed_at":"2023-07-20T15:35:20.000Z","size":40,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T23:18:57.560Z","etag":null,"topics":["public-data","python-scraper","python3","scraper"],"latest_commit_sha":null,"homepage":"","language":"Python","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/av1m.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-04-10T01:14:27.000Z","updated_at":"2022-05-12T18:40:04.000Z","dependencies_parsed_at":"2024-11-17T14:35:29.319Z","dependency_job_id":"eb681316-47b3-417f-a4ab-e4910aa12c1b","html_url":"https://github.com/av1m/datagovuk-scraper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/av1m/datagovuk-scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av1m%2Fdatagovuk-scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av1m%2Fdatagovuk-scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av1m%2Fdatagovuk-scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av1m%2Fdatagovuk-scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/av1m","download_url":"https://codeload.github.com/av1m/datagovuk-scraper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/av1m%2Fdatagovuk-scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33461085,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-25T02:24:28.008Z","status":"ssl_error","status_checked_at":"2026-05-25T02:23:23.339Z","response_time":57,"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":["public-data","python-scraper","python3","scraper"],"created_at":"2024-11-17T14:32:15.518Z","updated_at":"2026-05-25T04:31:51.563Z","avatar_url":"https://github.com/av1m.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# datagovuk-scraper\n\n[![Python3.10](https://img.shields.io/badge/Python-3.10-blue)](https://docs.python.org/3/whatsnew/3.10.html)\n[![MIT License](https://img.shields.io/bower/l/bootstrap)](https://github.com/av1m/datagovuk-scraper/blob/master/LICENSE)\n\nScrap public data from data.gov.uk without an API KEY\n\n## Get started 🎉\n\n1. Clone the project\n\n    ```bash\n    git clone https://github.com/av1m/datagovuk-scraper\n    cd datagovuk-scraper\n    ```\n\n2. Install dependencies\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n3. Run the project 🚀  \n    You can run the project in different ways.\n\n    * To get started quickly, you can use the [notebook](get-started-sample.ipynb).\n    * Plus, you can use the [command line](#cli)\n    * Or, directly in your code by importing the `datagovuk` module.\n\n## CLI Usage 📖\n\n\u003e 💡 You can directly install dependencies instead of clone the repository :\n\u003e\n\u003e ```bash\n\u003e pip install git+https://github.com/av1m/datagovuk-scraper.git\n\u003e ```\n\u003e\n\nTo run the project from the command line, use the command `datagovuk`.\n\nHere is the list of available commands:\n\n```bash\ndatagovuk --help\nusage: __main__.py [-h] --query QUERY --number-record NUMBER_RECORD [--output {csv,ods,html,pdf,xls,zip}] [-d] [-v]\n\nScrap public data from data.gov.uk\n\noptions:\n  -h, --help              show this help message and exit\n  --query, -q             Search query (required)\n  \n  --number-record, -n     Number of records to fetch, must be a valid number (required)\n  --output, -o            Output file (must be csv,ods,html,pdf,xls,zip). Default is csv\n  -d, --debug             Put the logger in debug mode (default: Warning)\n  -v, --verbose           Put the logger in info mode (default: Warning)\n```\n\nAnd, here an example of some examples:\n\n* Get the first 10 records for the query `\"house\"` and with only CSV file as output (debug mode activated):\n\n    ```bash\n    datagovuk -q house -n 10 -o csv -d\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav1m%2Fdatagovuk-scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fav1m%2Fdatagovuk-scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fav1m%2Fdatagovuk-scraper/lists"}