Collection of code from our Youtube Channel.
- Custom Plate Search
- Practical Example of POST requiests
- Extract Emails from Any Site
- Digging Deeper into APIs
- Web Scraping with PHP (Goutte)
This video covers how scrapy can be used to read input data from a CSV, send request to a site, and return the response.
- Video - https://youtu.be/4UMh9Z7DPsw
- Code - custom_plate_search
Practical example where POST requests are used to submit a search form and for pagination.
- Video - https://youtu.be/K6vfAbzuQKE
- Code - post_requests_practical_example
Create an easy scraper to extract emails from any site.
- Video - https://youtu.be/nRZ2q83AG4g
- Code - extract_emails
Experiment with different data requested from API and see how they can be used best.
- Video - https://youtu.be/ThKiZjLNN8Y
- Code - diggin_into_APIs