ITI NYC Jewelry Scraper
parseforge/iti-nyc-scraper
E-commerceAutomationOther
Scrape ITI NYC jewelry products by collection or URL. Get structured data on prices, SKUs, and availability.
- Total users
- 2
- Monthly active
- 0
- Total runs
- 214
- Bookmarked
- 1
- Rating
- 5.0 (1)
- Last modified
- 12 days ago
Overview
ITI NYC Jewelry Scraper
Scrape ITI NYC jewelry products from any collection or product URL, up to a million per run. Every product comes with its title, price, SKU, and availability. No login or API key. Export to CSV, JSON, Excel, or XML.
ITI NYC is a leading wholesale jewelry supplier, but their catalog isn't easy to pull into your own systems. This scraper reads the public product pages directly, filtered by collection or specific URLs, and returns each product in one fixed schema.
| Who uses it | What they scrape ITI NYC for |
|---|---|
| Jewelry retailers | To monitor competitor pricing and stock levels on ITI NYC wholesale items. |
| E-commerce developers | To build a product feed from ITI NYC for their own store or marketplace. |
| Market researchers | To analyze the range and pricing of jewelry supplies offered by ITI NYC. |
What it does
This Actor collects ITI NYC jewelry products by collection handle or direct URL, and returns each one as a flat row.
- ๐๏ธ Collection scraping: Provide collection handles like 'chains' or 'findings' to pull all products in those categories.
- ๐ Direct URL scraping: Enter specific product or collection URLs to target exactly what you need.
- ๐ Scalable runs: Set a maximum product count up to 1,000,000 to handle large catalogs in one go.
Results export to CSV, JSON, Excel, or XML, or straight from the API.
What you can do with ITI NYC data
๐ Track competitor pricing.
Jewelry retailers run this scraper weekly on ITI NYC collections to adjust their own prices and stay competitive.
๐ Build a product feed.
E-commerce developers pull ITI NYC products into their store or marketplace with the structured data this Actor returns.
๐ Analyze product assortment.
Market researchers use the scraped data to study the variety and pricing of jewelry supplies ITI NYC offers.
Why choose this scraper
| What you get | |
|---|---|
| Structured data | Each product is returned with its title, price, SKU, and availability, ready for your spreadsheet or database. |
| No login required | The scraper accesses public pages, so you don't need an ITI NYC account or API key. |
| Proxy rotation | Residential US proxies are used by default to avoid Shopify rate limiting and keep runs stable. |
How it compares
No other Store actor targets ITI NYC the same way, so the honest comparison is with the alternatives teams actually weigh.
| ITI NYC Jewelry Scraper | Build it in-house | By hand | |
|---|---|---|---|
| Setup | Run it now, zero config | Days of engineering | None, but hours per pull |
| When ITI NYC changes | Maintained for you | You fix it | You re-learn the page |
| Proxies, retries, anti-bot | Built in | Your problem | Browser only |
| Output | Fixed JSON schema, CSV/Excel export | Whatever you build | Copy-paste |
| Cost | Pay per result | Engineering time | Analyst hours |
Configure the run
Drive the Actor from collection handles or direct URLs, alone or together, and the scraper reads each product page as it goes, so only the products you want reach your dataset. The Input tab lists every parameter.
A first run with the defaults:
{
"startUrls": [
{
"url": "https://itinyc.com/collections/chains"
}
],
"maxItems": 10,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountryCode": "US"
}
}
A larger pull:
{
"startUrls": [
{
"url": "https://itinyc.com/collections/chains"
}
],
"maxItems": 200,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
],
"apifyProxyCountryCode": "US"
}
}
Pricing
Pay-per-result: $0.01599 per result collected. You pay only for the results written to your dataset.
| Results collected | Approximate cost |
|---|---|
| 100 results | $1.60 |
| 1,000 results | $15.99 |
| 10,000 results | $159.90 |
New Apify accounts start with $5 in free credit.
Free users
Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.
Run it
- Create a free Apify account with $5 in credit.
- Open the ITI NYC Jewelry Scraper.
- Set your inputs and any filters, then click Start.
- Export the results as CSV, Excel, JSON, or XML from the Dataset tab.
Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.
Use with AI agents (MCP)
Give an AI agent live access to ITI NYC through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:
claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/iti-nyc-scraper"
Then prompt it in plain language to run the scraper and read back the results.
Troubleshooting
Why am I getting no results?
Check that your startUrls or collectionHandles are correct and that the pages are publicly accessible. Also ensure maxItems is set high enough.
Why am I getting HTTP 429 errors?
The site is rate-limiting your requests. Use the default residential proxy configuration, and consider lowering the request rate if you have custom settings.
Why is the run taking too long?
Reduce maxItems or narrow your collectionHandles to only the categories you need. Also check your proxy settings for performance.
Why are some fields missing?
Some products may not have all fields (e.g., SKU). The scraper returns what is available on the page.
FAQ
| Question | Answer |
|---|---|
| What is ITI NYC? | ITI NYC is a wholesale jewelry supplier based in New York, offering a wide range of jewelry parts and supplies. |
| Do I need an API key or login? | No, the scraper works on public pages, so you don't need any credentials. |
| Can I scrape specific products? | Yes, you can provide direct product URLs in the startUrls field to scrape only those products. |
| How many products can I scrape? | You can set maxItems up to 1,000,000, but be mindful of your Apify account limits and the site's rate limits. |
| What data does the scraper return? | It returns product details like title, price, SKU, and availability, as shown in the sample output. |
| Why do I need a proxy? | ITI NYC runs on Shopify, which may rate-limit requests. Using residential proxies helps avoid HTTP 429 errors. |
| Can I scrape all collections at once? | Yes, leave the collectionHandles field empty to scrape all collections, or specify the ones you need. |
| What formats can I export to? | You can export the dataset to CSV, JSON, Excel, or XML from the Apify platform. |
Related actors
- iti-nyc-scraper: Use this actor to scrape ITI NYC jewelry products.
Browse the full ParseForge collection for more scrapers.
๐ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.
โ ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by ITI NYC. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.
Input
| Field | Type | What it does | Default |
|---|---|---|---|
| startUrls | array | URLs of ITI NYC product or collection pages to collect. Supports both individual product pages (e.g., https://itinyc.com/products/...) and collection pages (e.g., https://itinyc.com/collections/chains). | [{"url":"https://itinyc.com/collections/ |
| collectionHandles | array | Specific collection handles to collect (e.g., 'chains', 'findings', 'mountings-rings'). Leave empty to collect all collections. | not set |
| maxItems | integer | How many jewelry products to collect per run. | 10 |
| proxyConfiguration | object | Requests are routed through this proxy with a fresh IP per retry. Apify Residential (US) is the default and recommended setting to avoid Shopify rate limiting (HTTP 429). | {"useApifyProxy":true,"apifyProxyGroups" |
Pricing
from $11.99 per 1,000 results
| Charged for | What it is | Price each |
|---|---|---|
| Actor Start | Charged once when the run starts. | $0.005 |
| Result Item | Charged once per result collected. | $0.01199 to $0.01599 |
Tiered: the lower figure is the price on a higher Apify plan. Billing and the free credit live on Apify.
API
One POST returns the dataset directly. Same shape for every scraper in the library, so swapping the slug is the only change.
curl -X POST "https://api.apify.com/v2/acts/parseforge~iti-nyc-scraper/run-sync-get-dataset-items?token=$APIFY_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"helloWorld": 123
}' Examples
Input that runs as-is.
{
"helloWorld": 123
} Reviews
Rated 5.0 out of 5 across 1 review. Read them on Apify.
Issues
We build and maintain this scraper, so a problem with it comes to us. Report it on the Apify listing and the thread stays attached to the scraper where the next person can find it: open an issue.
Broken and urgent, or you would rather not post in public? Write to parseforge@protonmail.com and it reaches the people who wrote it.
