Runnable code for the Ujeebu how-to tutorials. Every Ujeebu tutorial has a "Download runnable code" section; this repo collects all of that code in one place, organized by language.
Every example uses the placeholder YOUR_API_KEY and the base URL
https://api.ujeebu.com. Grab a free key (5,000 credits, no card) at
https://ujeebu.com/signup, then replace YOUR_API_KEY in the file before running.
See each language folder's README for how to install and run.
| Tutorial | Guide | Code |
|---|---|---|
| Amazon Product Scraping | guide | curl, python, javascript, php, go |
| Amazon Reviews Scraper | guide | curl, python, javascript, php, go |
| Hacker News Scraper | guide | curl, python, javascript, php, go |
| Extract Links & Emails | guide | curl, python, javascript, php, go |
| Etsy Product Scraper | guide | curl, python, javascript, php, go |
| Google News API | guide | curl, python, javascript, php, go |
| Article Extractor API | guide | curl, python, javascript, php, go |
| Job Board Scraper | guide | curl, python, javascript, php, go |
| Web Scraping with PHP | guide | curl, php |
| Google SERP Scraper | guide | curl, python, javascript, php, go |