> ## Documentation Index
> Fetch the complete documentation index at: https://base.bangwu.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Web Scraping

> Python web scraping from basics to advanced, covering requests module, HTML parsing with BeautifulSoup, data extraction, and multiprocessing.

Suitable for those with basic Python knowledge — syntax and package imports.

## Scraping Basics

1. `requests` module
2. HTML fundamentals (understanding HTML)
3. Content extraction

## Scraping Advanced

1. Threading, multiprocessing, async introduction

<Card title="Anti-Scraping Techniques" icon="shield" href="/backend/Python/spider/anti-spider">
  Headers parameters, IP proxies, Ajax data extraction, and more.
</Card>
