-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathllms.txt
More file actions
54 lines (43 loc) · 2.3 KB
/
Copy pathllms.txt
File metadata and controls
54 lines (43 loc) · 2.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# getascraper/how-to-scrape-wildberries-resale
> Wildberries Resale Scraper is an Apify Actor that extracts secondhand marketplace listings from the Wildberries Resale segment. Free tier available.
## Overview
- Wildberries Resale scraper and secondhand listing data extraction API
- Extracts: listing name and brand, condition grade, live and original price, seller and rating
- Output formats: JSON, CSV, Excel, XML, RSS
- Free tier: included
## Key Pages
- README: https://github.com/getascraper/how-to-scrape-wildberries-resale/blob/main/README.md
- Apify Store: https://apify.com/getascraper/wildberries-resale-scraper
- Apify Console: https://console.apify.com/actors/getascraper~wildberries-resale-scraper
- Source Actor: https://github.com/getascraper/actorstack/tree/main/actors/wildberries-resale-scraper
## How it works
1. Take one or more Russian search keywords, or none to browse the whole resale segment
2. Collect every matching resale listing including price, condition, seller, and image
3. Write one flat row per listing to the dataset, ready for export
## Target site characteristics
- Publicly browsable secondhand marketplace built into wildberries.ru
- Thousands of active resale listings across clothing, electronics, and general goods
- Coverage spans Russia and neighboring regions served by Wildberries warehouses
## API Usage
- Node.js SDK: https://docs.apify.com/api/client/js
- REST API: https://docs.apify.com/api/v2
- MCP server: https://github.com/apify/apify-mcp-server
## Supported target URLs
- https://www.wildberries.ru/catalog/resale
- Wildberries Resale keyword search results
## Pricing
- Free tier: included
- Paid: $4.39 per 1,000 results
## Output schema (highlights)
- name: listing title
- condition: used-condition grade, when Wildberries provides one
- price: current resale price in rubles
- originalPrice: original retail price, when referenced by the listing
- supplier: seller display name and rating
- imageUrl: working image URL for the listing
## Use cases
- Resale sourcer scanning many keywords for underpriced used items
- Market researcher measuring resale segment size and discount depth
## Support
- GitHub Issues: https://github.com/getascraper/how-to-scrape-wildberries-resale/issues
- Apify Console: https://console.apify.com/actors/getascraper~wildberries-resale-scraper/issues