{"id":20671571,"url":"https://github.com/germanmtzmx/proxynova_scraper","last_synced_at":"2026-04-24T07:34:22.930Z","repository":{"id":48998024,"uuid":"517127433","full_name":"GermanMtzmx/proxynova_scraper","owner":"GermanMtzmx","description":"Get free proxies for your projects from proxynova.com","archived":false,"fork":false,"pushed_at":"2022-07-24T01:25:14.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T21:33:44.452Z","etag":null,"topics":["proxies","proxy-scraper","proxynova","python","python3"],"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/GermanMtzmx.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}},"created_at":"2022-07-23T17:52:36.000Z","updated_at":"2022-07-24T00:28:59.000Z","dependencies_parsed_at":"2022-09-07T04:13:07.272Z","dependency_job_id":null,"html_url":"https://github.com/GermanMtzmx/proxynova_scraper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/GermanMtzmx/proxynova_scraper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanMtzmx%2Fproxynova_scraper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanMtzmx%2Fproxynova_scraper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanMtzmx%2Fproxynova_scraper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanMtzmx%2Fproxynova_scraper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GermanMtzmx","download_url":"https://codeload.github.com/GermanMtzmx/proxynova_scraper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GermanMtzmx%2Fproxynova_scraper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32214417,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["proxies","proxy-scraper","proxynova","python","python3"],"created_at":"2024-11-16T20:28:08.537Z","updated_at":"2026-04-24T07:34:22.914Z","avatar_url":"https://github.com/GermanMtzmx.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# proxynova_scraper\n\nGet free proxies for your projects from [proxinova.com](https://proxinova.com)\n\n## Getting started\n\n\n**Installing the package**\n\n```text\npip install proxynova-scraper\n```\n\n**Use**\n\nYou have two ways to get the proxies:\n\n- Get the latest ones\n- Get proxies by country\n\n**Get the latest ones from different countries**\n\nIt will scrap the [main page](https://www.proxynova.com/proxy-server-list) from proxynova \n\n```python\nfrom proxynova_scraper import get_proxies\nproxies = get_proxies()\n```\n\n**Get proxies by country**\n\nIt will scrap [proxynova by specifying the country](https://www.proxynova.com/proxy-server-list/country-mx) (2 char code), if the table from proxynova doesn't contain any proxy it will return an empty array\n\n```python\nfrom proxynova_scraper import get_proxies_by_country\nmexico_proxies = get_proxies_by_country('mx')\n```\n\n**Proxy item** \n\nThis is an example of the content returned by `get_proxies` or `get_proxies_by_country`\n\n```python\n{\n    'proxyIp': '45.174.77.241', \n    'proxyPort': '999', \n    'lastCheck': '2022-07-23 22:32:03Z', \n    'proxySpeed': 2735, \n    'Uptime': '5114', \n    'proxyCountry': 'Mexico - Chihuahua City', \n    'anonymity': 'Transparent'\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermanmtzmx%2Fproxynova_scraper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgermanmtzmx%2Fproxynova_scraper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgermanmtzmx%2Fproxynova_scraper/lists"}