Plati.market Scraper
Pricing
Pay per event
Go to Apify Store

Inputs (
Plati.market Scraper
Scrapes plati.market products by a chosen category. Fetches product pages and outputs structured product and seller data.
Pricing
Pay per event
Rating
0.0
(0)
Developer

Maksim Kudriavtsev
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
plati.market Apify Actor
Scraper for plati.market. It reads item URLs from sitemaps or category listings, fetches product pages, and stores product + seller data in the default dataset. Only successful (HTTP 200) product pages are pushed; 403/other errors are skipped and logged, and the scraper keeps fetching until it reaches the max_items target (when possible).
Inputs (.actor/input_schema.json)
category– dropdown:all(all items, sitemap) or specific categories (digital_products=21059, cards=82795, pc_software=121, itunes_app_store=19830, game_accounts=21940, social_networks=24274, mobile_software=125).max_items– how many items to scrape for the selected category (0 = no limit).- For
all, sitemap items are sorted by highest item id first (newest first) before processing; non-200 pages are skipped and the scraper keeps fetching until it reachesmax_items(when enough pages are available). proxyConfiguration– enable Apify Proxy (recommended) to avoid 403 blocks; default is on.
Output
- Default dataset. Key fields: id, slug, url, fetched_url, title, price, currency, availability, category, review_count, seller_* (id/slug/name/rating/reviews/positive/negative/sales/years), main_image, description, http_status, error.
- The
overviewview in the Output tab shows main columns (title, price, currency, seller, http_status/error).