bellalee

Recent Notes

  • essays and writings

    Jun 17, 2025

  • The Autistic's Guide to Self Discovery

    Jun 16, 2025

  • digital garden

    Jun 16, 2025

  • Gender roles in Korea

    Jun 15, 2025

  • National apologies and reparations

    Jun 15, 2025

See 304 more →

Home

❯

notes

❯

Scrapy

Scrapy

May 28, 20251 min read

Python library.

selectors

Play with selectors using scrapy shell. Can use CSS or XPaths.

scrapy shell "URL"

using spider

scrapy crawl NAME 

storing spider

scrapy crawl NAME  -O FILENAME.csv

Can use any file type. -O overrides, -o appends. If using json, jsonl is appendable and stream-like.

resources

  • Common Practices — Scrapy 2.13.0 documentation
  • How to Use a Proxy with Scrapy in 2025 - ZenRows
  • Render JavaScript with Scrapy: 5 Best Middlewares - ZenRows
  • How To Set Scrapy Delays/Sleeps Between Requests | ScrapeOps
  • Advanced Web Scraping with Scrapy: A Python Tutorial for Efficient Data Extraction | Scrape.do
  • The Python Scrapy Playbook | ScrapeOps
  • Optimizing Crawl Speed and Performance in Scrapy - Sling Academy
  • How To Solve Scrapy 403 Unhandled or Forbidden Errors | ScrapeOps
  • Automated Rotating Proxy Solution | Smart Proxy Manager | Zyte
    • scrapy-zyte-smartproxy 2.4 documentation — scrapy-zyte-smartproxy 2.4.1 documentation

Graph View

  • selectors
  • using spider
  • storing spider
  • resources

Backlinks

  • Tech
  • Mention finder - Scrapy
  • Python

Created with Quartz v4.5.0 © 2025

  • GitHub
  • Discord Community