Plati.market Scraper
Pricing
Pay per usage
Go to Apify Store
Plati.market Scraper
Scrape digital goods from Plati.market (Digiseller): titles, multi-currency prices, seller ratings, sales counts and review stats. Fast API-based scraping — no browser, no proxies.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Ahmed Amtil
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
5 days ago
Last modified
Categories
Share
Scrapes digital goods listings from Plati.market (the Digiseller marketplace) using its public search API — no browser, no proxies, fast and cheap.
Input
| Field | Type | Default | Description |
|---|---|---|---|
queries | array | — | Search terms, e.g. ["minecraft", "steam gift card"] |
maxItemsPerQuery | integer | 100 | Cap per query (0 = all results) |
includeDescriptions | boolean | false | Include full item descriptions |
cleanDescriptions | boolean | true | Strip markup from descriptions |
minSellerRating | integer | 0 | Skip sellers below this rating |
Output
One dataset item per listing:
{"query": "minecraft","id": 3391743,"url": "https://plati.market/itm/3391743","title": "🟢Minecraft: Java & Bedrock для ПК...","titleEng": "🟢 Minecraft: Java & Bedrock for PC Key GLOBAL...","priceUsd": 21.32,"priceEur": 18.47,"priceRub": 1529,"priceUah": 955.86,"sellerId": 316903,"sellerName": "All for Gamers","sellerRating": 29529.98,"soldCount": 51102,"positiveReviews": 4344,"negativeReviews": 0,"returns": 1,"deliveryType": "text","image": "https://graph.digiseller.com/img.ashx?idd=3391743","sectionId": 21748}
Local development
npm installecho '{"queries":["minecraft"],"maxItemsPerQuery":20}' > storage/key_value_stores/default/INPUT.jsonnpm start