Meshok Product Search Scraper
Pricing
from $2.00 / 1,000 results
Meshok Product Search Scraper
Scrape product search results from Meshok.net instantly. Collect titles, prices, seller info, bids, watch counts, and 45+ product attributes per listing — perfect for competitive analysis, price monitoring, and market research on Russia's largest online marketplace.
Pricing
from $2.00 / 1,000 results
Rating
0.0
(0)
Developer
Stealth mode
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Meshok.net Product Search Scraper: Extract e-Commerce Listings at Scale
What Is Meshok.net?
Meshok.net is a prominent online marketplace platform in the Russian-speaking regions, connecting millions of buyers and sellers across diverse product categories. With thousands of active listings updated daily, manually collecting product data is tedious and error-prone. The Meshok Product Search Scraper automates this workflow, extracting structured product intelligence from search results for competitive analysis, price tracking, and market insights.
Overview
The Meshok Product Search Scraper extracts comprehensive product listings from Meshok.net search result pages, converting raw HTML into clean, structured records. It is ideal for:
- Price intelligence teams tracking competitor pricing and market trends
- Market researchers analyzing product availability and demand patterns
- E-commerce analysts benchmarking product mix and seller performance
- Data aggregators building comparative product databases
Key strengths include high-volume scraping capacity (up to 200 items per URL), resilient error handling via ignore_url_failures, and rich output spanning 45+ product fields covering pricing, seller metrics, and listing status flags.
Input Format
The scraper accepts a JSON configuration object with three main parameters:
{"urls": ["https://meshok.net/en/listing?search=rock"],"ignore_url_failures": true,"max_items_per_url": 200}
| Parameter | Type | Description |
|---|---|---|
urls | Array | Direct links to Meshok.net product search pages. Each URL should include the search query or filter parameters (e.g., ?search=rock). You can add multiple URLs to scrape different product categories in a single run. |
max_items_per_url | Integer | Maximum number of products to extract per URL (default: 20, max typical: 200). Increase this value for comprehensive market snapshots. |
ignore_url_failures | Boolean | If true, the scraper continues processing remaining URLs even if one fails. Set to true for bulk operations to prevent interruptions. |
Tip: Build URLs using Meshok's search interface — navigate to your category, apply filters, then copy the resulting URL.
Output Format
Sample output
{"additional_properties": [{"category_id": 2211,"name": "Condition","property_id": 446,"values": [{"value": "EX","value_id": 450}]},{"category_id": 2211,"name": "The envelope","property_id": 456,"values": [{"value": "VG","value_id": 461}]}],"begin_date": "2026-06-09T12:42:08.000Z","bids_count": 43,"category_id": 16785,"alt_category_id": null,"city": {"country": "Russia","country_id": 107,"id": 32,"name": "Moscow","popularity": 864720,"region": "Moscow and Moscow region","region_id": 4312,"is_name_unique": true},"condition": 1,"availability": 0,"currency": "RUB","delivery": {"abroad_delivery": 2,"country_price": 400,"local_delivery": 2,"local_price": 350,"solo_delivery": false,"world_price": 0},"end_date": "2026-06-16T12:42:08.000Z","watch_count": 16,"hits_count": 118,"id": 361393880,"new_id": null,"pictures": [{"url": "/i/361393880.0.jpg","thumbnail": {"x1": "/i/361393880.0.208x208s.jpg","x2": "/i/361393880.0.208x208.jpg"},"ratio": 0.75},{"url": "/i/361393880.1.jpg","thumbnail": {"x1": "/i/361393880.1.208x208s.jpg","x2": "/i/361393880.1.208x208.jpg"},"ratio": 0.75},{"url": "/i/361393880.2.jpg","thumbnail": {"x1": "/i/361393880.2.208x208s.jpg","x2": "/i/361393880.2.208x208.jpg"},"ratio": 0.75},{"url": "/i/361393880.3.jpg","thumbnail": {"x1": "/i/361393880.3.208x208s.jpg","x2": "/i/361393880.3.208x208.jpg"},"ratio": 0.75}],"is_antisniper_enabled": true,"is_end_date_extended": false,"blocked": false,"banned": false,"delisted": false,"is_bargain_available": false,"is_featured": true,"min_rating": 0,"payment_methods": ["BANK","CARD"],"pics_count": 4,"pics_version": 0,"price": 4233,"normalized_price": 4233,"quantity": 1,"sold_quantity": 0,"status": 0,"seller": {"display_name": "Gene Simmons","id": 662443,"rating": 907,"is_trusted": true,"has_economy_delivery": true,"has_discounts": false,"discount_action": null,"pause_message": null,"avatar_u_r_l": "/a/662443.120x120.jpg?84","avatar_thumbnail_u_r_l": "/a/662443.120x120.jpg?84","is_banned": false,"is_on_hold": false,"has_new_user_limits": false},"start_price": 1,"strike_price": 0,"tags": ["nazareth","uk","редкость","отличное состояние","1st press","1975 год","lp vinyl","1975","оригинал","редкая","коллекция","англия","hair of the dog","rare","vinyl records","винил","vinyl","lp","lp record","коллекционное","винтаж","original","dan mccafferty","раритет","uk","nazareth","vinyl","hard rock","виниловые пластинки","оригинал"],"title": "LP Nazareth – Hair Of The Dog 1975 Uk 1St. RARE EX to NM","type": "auction","marked_as_bold": false,"is_temporarily_blocked": false,"charity_percent": 0,"has_reposts": false,"is_premium": false,"is_safe_deal_enabled": false,"is_discount_disabled": false,"age_category": "0","from_url": "https://meshok.net/en/listing?search=rock"}
Each scraped product returns a rich record with 45+ fields across multiple categories:
Core Identification
| Field | Meaning |
|---|---|
ID | Primary unique identifier for the product listing |
New ID | Alternative or updated product ID in the system |
Title | Full product name as displayed on Meshok |
Type | Product type classification (auction, fixed-price, etc.) |
Status | Current listing status (active, sold, expired, removed) |
Pricing & Financial
| Field | Meaning |
|---|---|
Price | Current asking price in the listing's currency |
Normalized Price | Price standardized to a common format for comparisons |
Start Price | Initial or reserve price set by the seller |
Strike Price | Threshold price used for special pricing rules |
Currency | Currency code (RUB, USD, etc.) |
Quantity | Number of units available for sale |
Sold Quantity | Number of units already sold |
Listing Dates & Lifecycle
| Field | Meaning |
|---|---|
Begin Date | When the listing was first created |
End Date | Scheduled close or expiry date of the listing |
Is End Date Extended | Boolean flag indicating if the expiry was extended |
Age Category | Age-restricted product classification if applicable |
Engagement & Popularity Metrics
| Field | Meaning |
|---|---|
Bids Count | Number of bids received (for auction listings) |
Watch Count | Number of buyers watching the listing |
Hits Count | Total page views for the listing |
Pics Count | Number of product images in the listing |
Pics Version | Version number of the image set |
Pictures & Media
| Field | Meaning |
|---|---|
Pictures | Array of image URLs or metadata for product photos |
Location & Logistics
| Field | Meaning |
|---|---|
City | City or region where the item is located |
Delivery | Shipping and delivery options available |
Product Condition & Attributes
| Field | Meaning |
|---|---|
Condition | Item condition (new, used, refurbished, etc.) |
Availability | Stock availability status or timeline |
Category ID | Primary category identifier |
Alt Category ID | Secondary or alternative category ID |
Tags | Custom seller tags or product keywords |
Additional Properties | Extra attributes like brand, size, color, etc. |
Seller & Payment Information
| Field | Meaning |
|---|---|
Seller | Seller username, ID, or merchant account details |
Payment Methods | Accepted payment options (credit card, e-wallet, escrow, etc.) |
Min Rating | Minimum seller rating required or seller's current rating |
Listing Features & Flags
| Field | Meaning |
|---|---|
Is Antisniper Enabled | Boolean flag for auction snipe protection |
Is Featured | Whether the listing has paid featured placement |
Marked As Bold | Whether the title is displayed in bold for visibility |
Is Premium | Premium listing status or upgrade level |
Is Bargain Available | Whether the seller accepts offers below asking price |
Is Safe Deal Enabled | Whether Meshok's buyer protection is active |
Is Discount Disabled | Flag preventing discount offers |
Listing Status Flags
| Field | Meaning |
|---|---|
Blocked | Whether the listing is temporarily blocked |
Is Temporarily Blocked | Temporary suspension status |
Banned | Whether the listing is permanently banned |
Delisted | Whether the listing has been removed from public view |
Special Promotions
| Field | Meaning |
|---|---|
Charity Percent | Percentage of proceeds donated to charity if applicable |
Has Reposts | Whether the listing has been reposted by other sellers |
Is Discount Disabled | Flag to prevent promotional discounts |
How to Use
-
Find search URLs — Navigate to Meshok.net, search for products, and apply filters as needed (category, price range, condition, location). Copy the full URL from your browser's address bar.
-
Configure input — Paste URLs into the
urlsarray. Start withmax_items_per_url: 20for testing; increase to200for comprehensive snapshots. -
Handle failures — Set
ignore_url_failures: truefor bulk runs to skip broken links and continue processing. -
Run the scraper — Start the actor and monitor the run log for progress and errors.
-
Export data — Download results as JSON, CSV, or Excel for analysis in spreadsheets or databases.
Best practices:
- Test with a single URL first to validate your search filter.
- For high-volume scrapes, use lower
max_items_per_urlvalues and run multiple smaller jobs rather than one massive URL list. - Monitor your export size; 200 items × 45 fields can produce large files — consider filtering output fields if needed.
Use Cases & Business Value
- Price intelligence: Track competitor pricing, discounts, and market trends in real-time
- Market research: Analyze product availability, seller concentration, and category trends
- Inventory benchmarking: Compare your product mix against competitors on Meshok
- Demand forecasting: Monitor watch counts, bids, and sold quantities to predict market interest
- Seller analysis: Evaluate seller ratings, payment methods, and promotional strategies
By automating product data collection from Meshok, you gain actionable insights in hours instead of days — enabling faster competitive responses and smarter inventory decisions.
Conclusion
The Meshok Product Search Scraper is a powerful tool for anyone needing structured e-commerce intelligence from Russia's largest online marketplace. With 45+ output fields and flexible URL configuration, it transforms unstructured product listings into data-driven insights. Whether you're monitoring prices, analyzing trends, or building a comparative product database, this scraper delivers reliable, large-scale data collection with minimal setup.