# Qrawl
Composable web crawling tools for Rust
## Install
```bash
cargo add qrawl
```
## Tools
- **[batch](src/tools/batch)**: Batch operations concurrently
- **[clean](src/tools/clean)**: Clean raw data
- **[extract](src/tools/extract)**: Extract structured data
- **[fetch](src/tools/fetch)**: Fetch with auto or fast strategy
- **[map](src/tools/map)**: Map URLs
- **[scrape](src/tools/scrape)**: Scrape raw data
## Templates
- **[qrawl_children](src/templates)**: Get children from parent URLs
- **[qrawl_emails](src/templates)**: Get emails from given URLs
## License
MIT