NihaoJewelry Product Scraper
Pricing
from $3.00 / 1,000 results
NihaoJewelry Product Scraper
Scrapes Nihaojewelry.com for wholesale jewelry product listings including pricing, ratings, images, and supplier information. No login required for public catalog and pricing data.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
ConvertSimple
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
0
Monthly active users
7 days ago
Last modified
Categories
Share
Scrape wholesale product data from NihaoJewelry.com — a major B2B jewelry dropshipping supplier with 400,000+ products and public wholesale pricing (no login required).
What it does
This actor extracts product listings from NihaoJewelry search results. It captures structured data including wholesale prices, images, ratings, sales volume, and supplier info.
Output fields
| Field | Type | Description |
|---|---|---|
productUrl | string | Full URL to the product detail page |
imageUrl | string | Product image URL (480×480) |
title | string | Full product name |
priceMin | number | Lowest wholesale price (USD) |
priceMax | number | Highest wholesale price (USD) |
priceCurrency | string | Currency code (always USD) |
minOrder | number | Minimum order quantity |
rating | number | Average customer rating (0–5, null if no reviews) |
reviewCount | number | Number of customer reviews |
soldCount | number | Units sold |
tags | array | Product badges (e.g. "Best Seller", "On Sale") |
categoryName | string | Search query or category used |
sourceUrl | string | URL of the page where the product was found |
scrapedAt | string | ISO 8601 timestamp |
Why scrape NihaoJewelry?
NihaoJewelry is one of the few large dropshipping suppliers that lists wholesale prices publicly — no account or login required. This makes it a valuable data source for:
- Competitive pricing analysis — monitor wholesale price trends across 400K+ SKUs
- Product research — identify trending items by sales volume and ratings
- Inventory planning — track product availability and minimum order requirements
- Catalog building — populate your own store with supplier product data
How to use
- Click Try for free on the actor page.
- Enter your search queries (e.g.
stainless steel necklace,earrings,rings). - Optionally set a limit on items or pages per query.
- Click Run.
- Download results from the Dataset tab when finished.
Input options
| Field | Description |
|---|---|
searchQueries | Keywords to search for (one query = one search page) |
startUrls | Full NihaoJewelry URLs (overrides search queries) |
maxItems | Maximum products to scrape total (0 = unlimited) |
maxPages | Maximum pages per search query (~60 products per page) |
proxyConfiguration | Proxy settings for avoiding IP blocks at scale |
Performance
Approximately 10–16 seconds per page (~60 products), or roughly 0.2–0.3 seconds per product. The bottleneck is server latency to China, not the scraper itself.
Is it legal?
You are responsible for complying with NihaoJewelry's terms of service and all applicable laws. The public catalog data this actor scrapes is freely accessible without authentication. Consult your legal team if unsure.
Technical notes
- Uses Playwright with Chrome to bypass Cloudflare protection
- Extracts data from the page's
__INITIAL_STATE__JSON for speed (avoids waiting for Vue render) - Blocks images, fonts, and stylesheets to reduce bandwidth
- Supports pagination across all search result pages