{"id":15583801,"url":"https://github.com/david-lor/python-pubproxy-api","last_synced_at":"2025-03-29T08:43:52.837Z","repository":{"id":104269935,"uuid":"130659725","full_name":"David-Lor/Python-PubProxy-API","owner":"David-Lor","description":"A Python wrapper for the pubproxy.com public proxy API","archived":false,"fork":false,"pushed_at":"2019-01-24T14:30:25.000Z","size":11,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-03T23:07:35.939Z","etag":null,"topics":["proxies","proxy","proxy-api","pubproxy","python","python-pubproxy-api","python-wrapper"],"latest_commit_sha":null,"homepage":null,"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/David-Lor.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}},"created_at":"2018-04-23T07:49:14.000Z","updated_at":"2019-05-01T19:41:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f849aad5-c447-45db-a369-4cdd22b7fce4","html_url":"https://github.com/David-Lor/Python-PubProxy-API","commit_stats":{"total_commits":11,"total_committers":4,"mean_commits":2.75,"dds":"0.36363636363636365","last_synced_commit":"526e22c180695450d888e9c896aac615d5af4e73"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FPython-PubProxy-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FPython-PubProxy-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FPython-PubProxy-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/David-Lor%2FPython-PubProxy-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/David-Lor","download_url":"https://codeload.github.com/David-Lor/Python-PubProxy-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162110,"owners_count":20733354,"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":["proxies","proxy","proxy-api","pubproxy","python","python-pubproxy-api","python-wrapper"],"created_at":"2024-10-02T20:21:17.208Z","updated_at":"2025-03-29T08:43:52.817Z","avatar_url":"https://github.com/David-Lor.png","language":"Python","readme":"# Python-PubProxy-API\n\nA Python wrapper for the pubproxy.com public proxy API\n\n## Limitations\n\nWhen not using an API Key, pubproxy.com has a limit of 100 requests per day. Each execution of get_proxies is one request. Each request can return up to 20 proxies.\n\n## Examples\n\n```python\n    from PubProxyAPI import get_proxies\n\n    #Get all proxies\n    proxies = get_proxies()\n\n    #Get proxies from Spain and France\n    proxies = get_proxies(country=[\"ES\",\"FR\"])\n\n    #Get proxies from everywhere EXCEPT United States\n    proxies = get_proxies(no_country=\"US\")\n\n    #Get up to 5 Socks5 proxies from US, on port 80\n    proxies = get_proxies(country=\"US\", port=80, protocol=\"socks5\", limit=5)\n\n    #Get proxies that were last checked less than 5 minutes ago, that support GET and POST requests\n    proxies = get_proxies(last_check=5, get=True, post=True)\n\n    #Get up to 10 anonymous proxies from everywhere except France and Spain, that support GET, POST and Cookies, that work on Google\n    proxies = get_proxies(limit=10, no_country=(\"FR\",\"ES\"), get=1, post=1, cookies=1, google=1)\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-lor%2Fpython-pubproxy-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavid-lor%2Fpython-pubproxy-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavid-lor%2Fpython-pubproxy-api/lists"}