{"id":22332546,"url":"https://github.com/theoddysey/cheerio-scraping","last_synced_at":"2026-05-06T04:32:18.454Z","repository":{"id":215097272,"uuid":"723794886","full_name":"TheODDYSEY/Cheerio-Scraping","owner":"TheODDYSEY","description":"Web scraper using Cheerio and Node-Js ⚒️","archived":false,"fork":false,"pushed_at":"2024-02-08T20:47:53.000Z","size":1870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-07T05:02:22.130Z","etag":null,"topics":["cheerio","javascript","json","node-js","scraping"],"latest_commit_sha":null,"homepage":"","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/TheODDYSEY.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,"zenodo":null}},"created_at":"2023-11-26T19:28:05.000Z","updated_at":"2024-04-27T10:09:53.000Z","dependencies_parsed_at":"2024-01-02T14:25:00.692Z","dependency_job_id":"1581153f-3cff-4e30-8e7d-d444fe8f732e","html_url":"https://github.com/TheODDYSEY/Cheerio-Scraping","commit_stats":null,"previous_names":["theoddysey/cheerio-scraping"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/TheODDYSEY/Cheerio-Scraping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCheerio-Scraping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCheerio-Scraping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCheerio-Scraping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCheerio-Scraping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheODDYSEY","download_url":"https://codeload.github.com/TheODDYSEY/Cheerio-Scraping/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheODDYSEY%2FCheerio-Scraping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678600,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cheerio","javascript","json","node-js","scraping"],"created_at":"2024-12-04T04:18:39.780Z","updated_at":"2026-05-06T04:32:18.438Z","avatar_url":"https://github.com/TheODDYSEY.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web Scraper using Cheerio and Axios\n\nThis project is a simple web scraper implemented in Node.js using Cheerio for HTML parsing and Axios for making HTTP requests. The scraper extracts information about countries and their ISO 3166-1 alpha-3 codes from a Wikipedia page.\n\n## Prerequisites\n\nBefore running the scraper, ensure you have Node.js installed on your machine.\n\n## Dependencies\n\n- [axios](https://www.npmjs.com/package/axios): For making HTTP requests.\n- [cheerio](https://www.npmjs.com/package/cheerio): For HTML parsing.\n- [fs](https://nodejs.org/api/fs.html): For interacting with the file system.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/your-username/web-scraper-cheerio-axios.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd web-scraper-cheerio-axios\n   ```\n\n3. Install dependencies:\n\n   ```bash\n   npm install\n   ```\n\n## Usage\n\nRun the scraper using the following command:\n\n```bash\nnode scraper.js\n```\n\nThe scraper fetches data from the Wikipedia page [ISO 3166-1 alpha-3](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3), extracts information about countries, and saves the data to a file named `countries.json`.\n\n## Project Structure\n\n- `scraper.js`: Main scraper script containing the scraping logic.\n- `countries.json`: Output file where scraped data is saved.\n\n## Contributing\n\nFeel free to contribute to the project by opening issues or submitting pull requests.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fcheerio-scraping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheoddysey%2Fcheerio-scraping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheoddysey%2Fcheerio-scraping/lists"}