Platforms
The list of sites the scrape endpoint supports, and the URL formats for each.
GET
/api/v1/platformsResponse Schema
platformsobject[]
List of supported platforms
namestring
Platform identifier
domainsstring[]
Accepted domain patterns
statusstring
Platform status (active, beta)
docsUrlstring
Platform-specific documentation URL
Request
curl https://scraper.run/api/v1/platforms
Response Example
{"platforms": [{"name": "twitter","domains": ["x.com","twitter.com"],"status": "active","docsUrl": "..."},{"name": "reddit","domains": ["reddit.com"],"status": "active","docsUrl": "..."}]}
Supported URLs
Each platform supports specific URL formats. Pass any of these to the /v1/scrape endpoint.
Twitter / X
| Type | URL Pattern |
|---|---|
| Post | x.com/{user}/status/{id}https://x.com/elonmusk/status/1234567890 |
| Search | x.com/search?q={query}https://x.com/search?q=raycast |
| Type | URL Pattern |
|---|---|
| Post | reddit.com/r/{sub}/comments/{id}/...https://www.reddit.com/r/programming/comments/abc123/... |
| Search | reddit.com/search?q={query}https://www.reddit.com/search?q=nextjs |
Hacker News
| Type | URL Pattern |
|---|---|
| Post | news.ycombinator.com/item?id={id}https://news.ycombinator.com/item?id=42424242 |
| Search | hn.algolia.com/?query={query}https://hn.algolia.com/?query=rust |
Threads
| Type | URL Pattern |
|---|---|
| Post | threads.net/@{user}/post/{code}https://www.threads.net/@zuck/post/abc123 |
| Search | threads.net/search?q={query}https://www.threads.net/search?q=figma |
TikTok
| Type | URL Pattern |
|---|---|
| Post | tiktok.com/@{user}/video/{id}https://www.tiktok.com/@user/video/1234567890 |
| Search | tiktok.com/search?q={query}https://www.tiktok.com/search?q=coding |
| Type | URL Pattern |
|---|---|
| Post | instagram.com/p/{code}/https://www.instagram.com/p/DUVn_ewDjcI/ |
| Reel | instagram.com/reel/{code}/https://www.instagram.com/reel/abc123/ |
| Hashtag | instagram.com/explore/tags/{tag}https://www.instagram.com/explore/tags/travel |
YouTube
| Type | URL Pattern |
|---|---|
| Video | youtube.com/watch?v={id}https://www.youtube.com/watch?v=dQw4w9WgXcQ |
| Short | youtube.com/shorts/{id}https://www.youtube.com/shorts/abc123 |
| Search | youtube.com/results?search_query={query}https://www.youtube.com/results?search_query=react |
| Type | URL Pattern |
|---|---|
| Post | linkedin.com/feed/update/urn:li:activity:{id}https://www.linkedin.com/feed/update/urn:li:activity:7443280380897562624 |
| Post | linkedin.com/posts/{slug}-activity-{id}-{hash}https://www.linkedin.com/posts/claude_content-activity-7438237754267914241-bKwe |
| Type | URL Pattern |
|---|---|
| Post | facebook.com/{user}/posts/{id}https://www.facebook.com/openai/posts/pfbid0w96S8oxKwX... |
| Search | facebook.com/search/posts?q={query}https://www.facebook.com/search/posts?q=react |
Indeed
| Type | URL Pattern |
|---|---|
| Job | indeed.com/viewjob?jk={id}https://www.indeed.com/viewjob?jk=5e5dafc2a80c214d |
| Search | indeed.com/jobs?q={query}https://www.indeed.com/jobs?q=software+engineer |
Glassdoor
| Type | URL Pattern |
|---|---|
| Reviews | glassdoor.com/Reviews/{company}-Reviews-E{id}.htmhttps://www.glassdoor.com/Reviews/Meta-Reviews-E40772.htm |
Google Maps
| Type | URL Pattern |
|---|---|
| Place | google.com/maps/place/{name}https://www.google.com/maps/place/Starbucks+Reserve+Roastery |
Booking.com
| Type | URL Pattern |
|---|---|
| Hotel | booking.com/hotel/{country}/{slug}.htmlhttps://www.booking.com/hotel/it/grand-excelsior.html |
| Search | booking.com/searchresults.html?ss={destination}&checkin={date}&checkout={date}https://www.booking.com/searchresults.html?ss=Rome&checkin=2026-05-01&checkout=2026-05-03 |
G2
| Type | URL Pattern |
|---|---|
| Product | g2.com/products/{slug}/reviewshttps://www.g2.com/products/slack/reviews |
| Category | g2.com/categories/{slug}https://www.g2.com/categories/project-management |