Replicate AI Models Scraper
Pricing
from $7.69 / 1,000 results
Replicate AI Models Scraper
Explore machine learning models hosted on Replicate. Each model returns the name, owner, slug, description, run count, official flag, cover image, and model link. Useful for tracking popular models, comparing options, and mapping what the community deploys most often.
Pricing
from $7.69 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
π€ Replicate Models Scraper
Export hosted AI models from Replicate's public Explore and collection pages. No key, no login.
What it scrapes
- Reads the Replicate Explore page (featured, official, and trending models) or a specific collection, straight from the server-rendered HTML.
- Each record includes the model owner, name, slug, description, run count, cover image, an "official" flag, and the model URL.
Input
| Field | Type | Description |
|---|---|---|
collection | string | Optional collection slug (e.g. "text-to-image", "image-editing", "language-models"). Leave empty for the Explore page. |
maxItems | integer | How many records to return. Free plan is capped at 10. |
Output fields
coverImage, name, owner, slug, description, runCount, official, url,
scrapedAt, error.
Source
Replicate public website (https://replicate.com/explore and /collections/<slug>), parsed
from server-rendered HTML. Note: Replicate's REST API requires an auth token, so this actor uses
the keyless public pages instead.
Disclaimer: independent tool, not affiliated with Replicate. Only publicly available data is collected.