ITI NYC Jewelry Scraper - Product Prices & SKUs avatar

ITI NYC Jewelry Scraper - Product Prices & SKUs

Pricing

from $15.00 / 1,000 result items

Go to Apify Store
ITI NYC Jewelry Scraper - Product Prices & SKUs

ITI NYC Jewelry Scraper - Product Prices & SKUs

Extract ITI NYC wholesale jewelry products with prices, SKUs, materials, dimensions, stock availability, and variant details. Scrape chains, findings, mountings, and religious jewelry.

Pricing

from $15.00 / 1,000 result items

Rating

0.0

(0)

Developer

Muhammad Afzal

Muhammad Afzal

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

ITI NYC Scraper – Wholesale Jewelry Product Catalog

Extract structured product data from the ITI NYC wholesale jewelry supplier at itinyc.com. This Actor scrapes chains, findings, mountings, mill products, finished jewelry, religious items, and more — delivering prices, SKUs, materials, dimensions, stock availability, and variant-level details.

What data does it extract?

FieldDescription
productIdShopify product identifier
nameProduct title
skuStock keeping unit
priceCurrent wholesale price (USD)
compareAtPriceOriginal compare-at price when discounted
inStockCurrent availability
categoryTop-level product category
subcategorySubcategory classification
materialMetal or primary material
dimensionsWidth, diameter, or size
weight / weightUnitProduct weight
specificationsParsed specs (metal, size, style, gauge, length)
imagesAll product images
productUrlDirect link to the product page

Use cases

  • Monitor wholesale inventory and stock status for reorder planning
  • Compare prices across product variants for pricing analysis
  • Build procurement lists or supplier catalogs
  • Map SKUs and specifications into inventory or ERP systems
  • Extract images and metadata for marketplace listings

Input

  • Start URLs — Provide collection page URLs (https://itinyc.com/collections/chains) or individual product URLs
  • Collection Handles — Scrape specific collections by name (e.g. chains, findings, mountings-and-rings)
  • Max Items — Cap the number of products collected per run (default: 10)

Pricing

This Actor is charged per event:

EventPrice
Actor Start$0.005 per run
Result Item$0.015 per product

You only pay for successfully extracted products.

Output

Results are stored as structured JSON in the default dataset. The key-value store includes a SUMMARY record with run statistics.

Proxies

This Actor uses Apify Residential proxies (US) by default to avoid Shopify rate limiting (HTTP 429). You can configure custom proxy settings in the input.

Example output

{
"productId": "1234567890",
"name": "Mariner Chain in 14K Gold-Filled (2.50 mm)",
"sku": "MA25GF",
"price": 4.90,
"compareAtPrice": null,
"inStock": true,
"category": "Chains",
"subcategory": "Bulk/Spooled Chains",
"material": "Gold Filled",
"dimensions": "2.50 mm",
"specifications": {
"style": "Mariner"
},
"images": ["https://itinyc.com/cdn/shop/files/MA25GF-main.png"],
"productUrl": "https://itinyc.com/products/mariner-spooled-gold-filled-chain-ma"
}

Tips

  • Start with a single collection URL and maxItems: 10 to test
  • Use the collectionHandles field to target specific categories
  • Set maxItems higher for full catalog extraction (up to 1,000,000)
  • Leave startUrls and collectionHandles both empty to auto-discover all collections