Skip to main content

Package to get proxies from proxynova.com via web scraping

Project description

proxynova_scraper

Get free proxies for your projects from proxinova.com

Getting started

Installing the package

pip install proxynova-scrapper

Use

You have two ways to get the proxies:

  • Get the latest ones
  • Get proxies by country

Get the latest ones from different countries

It will scrap the main page from proxynova

from proxynova_scraper import get_proxies
proxies = get_proxies()

Get proxies by country

It will scrap proxynova by specifying the country (2 char code), if the table from proxynova doesn't contain any proxy it will return an empty array

from proxynova_scraper import get_proxies_by_country
mexico_proxies = get_proxies_by_country('mx')

Proxy item

This is an example of the content returned by get_proxies or get_proxies_by_country

{
    'proxyIp': '45.174.77.241', 
    'proxyPort': '999', 
    'lastCheck': '2022-07-23 22:32:03Z', 
    'proxySpeed': 2735, 
    'Uptime': '5114', 
    'proxyCountry': 'Mexico - Chihuahua City', 
    'anonymity': 'Transparent'
}

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

proxynova-scraper-0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

proxynova_scraper-0.1-py3-none-any.whl (5.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page