返回 Skill 列表
extension
分类: 数据与分析无需 API Key

Scrapy 蜘蛛数据管道

使用自定义项目管道构建和管理Scrapy网络爬虫。支持Splash渲染JavaScript页面,通过scrapy-rotating-proxies旋转代理,以及导出到MongoDB或Elasticsearch。

person作者: user_3c6cb52ehubcommunity

Scrapy 蜘蛛数据管道

Builds and manages Scrapy web scraping spiders with custom item pipelines. Supports Splash rendering for JavaScript pages, rotating proxies via scrapy-rotating-proxies, and export to MongoDB or Elasticsearch.

Installation

Use the upstream install or setup path that matches your environment:

  • pip install scrapy

Requirements and caveats from upstream:

  • :alt: Supported Python Versions
  • It is cross-platform, and requires Python 3.10+. It is maintained by Zyte_

Basic usage or getting-started notes:

  • .. code:: bash

  • And follow the documentation_ to learn how to use it.

  • .. _documentation: https://docs.scrapy.org/en/latest/

  • Source: https://github.com/1991513ccie-png/skills

  • Extracted from upstream docs: https://raw.githubusercontent.com/scrapy/scrapy/HEAD/README.rst