✕ Clear all filters
10 articles

📰 Dev.to · Omar Eldeeb

10 articles · Updated every 3 hours · View all reads

All Articles 92,463Blog Posts 110,489Tech Tutorials 23,238Research Papers 19,242News 14,919 ⚡ AI Lessons
Building a Facebook Ad Library Scraper: API Limits and the Real Approach
Dev.to · Omar Eldeeb 1w ago
Building a Facebook Ad Library Scraper: API Limits and the Real Approach
Why the official Meta Ad Library API only covers political ads, and how to build a Facebook ad library scraper for commercial competitor ads instead.
App Store Top Charts API: Free, Key-Free, and CORS-Open
Dev.to · Omar Eldeeb 2w ago
App Store Top Charts API: Free, Key-Free, and CORS-Open
Pull Apple App Store top charts straight from the browser with the legacy iTunes RSS feed — no key, CORS-open, runnable fetch() + curl included.
The Hacker News Search API: Free, No-Key, and Surprisingly Powerful
Dev.to · Omar Eldeeb 2w ago
The Hacker News Search API: Free, No-Key, and Surprisingly Powerful
A practical guide to the free, no-key Hacker News search API (hn.algolia.com): tags, numeric filters, relevance vs. date sorting, and runnable code.
How to Scrape Reddit Without the API (After the 2023 Price Changes)
Dev.to · Omar Eldeeb 3w ago
How to Scrape Reddit Without the API (After the 2023 Price Changes)
A precise, honest guide to scraping Reddit without the API: what actually works in 2024, the 403/CORS traps, and old.reddit.com HTML.
How to Export Google Patents to CSV (Honest Guide to Every Real Path)
Dev.to · Omar Eldeeb 3w ago
How to Export Google Patents to CSV (Honest Guide to Every Real Path)
A precise, no-hype guide to exporting Google Patents search results to CSV — the built-in 1,000-row cap, the BigQuery bulk path, and why browser scraping fails.
Read Company Hiring Signals From Public Job Board APIs (with code)
Dev.to · Omar Eldeeb 3w ago
Read Company Hiring Signals From Public Job Board APIs (with code)
Open job postings leak strategy. Learn to read company hiring signals from the public, no-auth Greenhouse API with a runnable JS classifier.