📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

scrapy-oxylabs-proxy

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrapy-oxylabs-proxy

Scrapy middleware for Oxylabs Web Scraper API in proxy mode

0.1.0
PyPI
Maintainers
1

Scrapy Oxylabs Proxy Middleware

Use Oxylabs Web Scraper API in proxy mode with your Scrapy spiders.

Installation

pip install scrapy-oxylabs-proxy

Usage

In settings.py of your Scrapy project:

DOWNLOADER_MIDDLEWARES = {
    'scrapy_oxylabs_proxy.middleware.OxylabsWebScraperApiProxyMiddleware': 350,
}

OXYLABS_WS_USER = 'your_oxylabs_username'
OXYLABS_WS_PASSWORD = 'your_oxylabs_password'
OXYLABS_WS_ENDPOINT = 'https://realtime.oxylabs.io:60000'

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts