Site-specific APIs
Each endpoint knows the page layout and returns structured JSON. No selectors to write, nothing to parse. 1 credit when fetched live, none when served from the shared store.
Amazon product
amazon.com · 20 marketplaces
One product by ASIN as JSON: title, price, availability, rating, images, bullet points and the spec table.
/amazon/product— Product by ASIN · stored 24 h
YouTube video
youtube.com
A video by id as JSON: title, channel, views, likes, duration, publish date, description, thumbnails and keywords.
/youtube/video— Video by id · stored 1 h
App Store app
apps.apple.com
An iOS app by id as JSON: name, developer, rating, price, category, screenshots and description.
/appstore/app— App by id · stored 24 h
Google Play app
play.google.com
An Android app by package name as JSON: name, developer, rating, installs, price, category, content rating and description.
/googleplay/app— App by package · stored 24 h
Hacker News
news.ycombinator.com
Front page stories and item threads as clean JSON — no HTML parsing on your side.
/hackernews/front— Front page · stored 10 min/hackernews/item— Item thread · stored 10 min
Wikipedia
wikipedia.org
Article title, summary paragraphs, thumbnail and infobox as JSON, in any language edition.
/wikipedia/summary— Article summary · stored 7 days
GitHub
github.com
Repository facts (stars, forks, topics, license, description) scraped from the public page — no token, no API rate limit.
/github/repo— Repository · stored 1 h
Want another site?
requests · free
Post the site and the fields you need on the board. If it can be reached reliably it gets built; if not, you are told why.