I created this repo for learning purposes and I covered the following topics:
- Making a simple cURL request
- Scraping elements using XPath
- A custom scraping function
- Scraping and saving images
- Submitting a form using cURL
- Traversing multiple pages
- Saving scraped data to a database
- Building a reusable scraping class