Plati.market Scraper avatar

Plati.market Scraper

Pricing

Pay per usage

Go to Apify Store
Plati.market Scraper

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

Ahmed Amtil

Maintained by Community

Actor 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

FieldTypeDefaultDescription
queriesarraySearch terms, e.g. ["minecraft", "steam gift card"]
maxItemsPerQueryinteger100Cap per query (0 = all results)
includeDescriptionsbooleanfalseInclude full item descriptions
cleanDescriptionsbooleantrueStrip markup from descriptions
minSellerRatinginteger0Skip 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 install
echo '{"queries":["minecraft"],"maxItemsPerQuery":20}' > storage/key_value_stores/default/INPUT.json
npm start