Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scrapy-plugins/scrapy-crawlera

Zyte Smart Proxy Manager (formerly Crawlera) middleware for Scrapy
https://github.com/scrapy-plugins/scrapy-crawlera

crawler crawler-detection plugin proxy scraping scrapy

Last synced: 2 months ago
JSON representation

Zyte Smart Proxy Manager (formerly Crawlera) middleware for Scrapy

Awesome Lists containing this project

README

        

======================
scrapy-zyte-smartproxy
======================

.. image:: https://img.shields.io/pypi/v/scrapy-zyte-smartproxy.svg
:target: https://pypi.python.org/pypi/scrapy-zyte-smartproxy
:alt: PyPI Version

.. image:: https://travis-ci.org/scrapy-plugins/scrapy-zyte-smartproxy.svg?branch=master
:target: http://travis-ci.org/scrapy-plugins/scrapy-zyte-smartproxy
:alt: Build Status

.. image:: http://codecov.io/github/scrapy-plugins/scrapy-zyte-smartproxy/coverage.svg?branch=master
:target: http://codecov.io/github/scrapy-plugins/scrapy-zyte-smartproxy?branch=master
:alt: Code Coverage

scrapy-zyte-smartproxy is a `Scrapy downloader middleware`_ to use one of
Zyte’s proxy services: either the `proxy mode`_ of `Zyte API`_ or `Zyte Smart
Proxy Manager`_ (formerly Crawlera).

.. _Scrapy downloader middleware: https://doc.scrapy.org/en/latest/topics/downloader-middleware.html
.. _proxy mode: https://docs.zyte.com/zyte-api/usage/proxy-mode.html
.. _Zyte API: https://docs.zyte.com/zyte-api/get-started.html
.. _Zyte Smart Proxy Manager: https://www.zyte.com/smart-proxy-manager/

Requirements
============

* Python 2.7 or Python 3.4+
* Scrapy 1.4+

Installation
============

You can install scrapy-zyte-smartproxy using pip::

pip install scrapy-zyte-smartproxy

Documentation
=============

Documentation is available online at
https://scrapy-zyte-smartproxy.readthedocs.io/ and in the ``docs`` directory.