Macys avatar

Macys

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Macys

Macys

Get a Macy's product's full details by product ID: name, description, brand, price, currency, availability and images. Fast, cached results for pricing, catalog and market research.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Pinto Studio

Pinto Studio

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

37 minutes ago

Last modified

Categories

Share

Macy's Product Details Scraper

Get complete, structured details for any product listed on Macys.com - instantly, by product ID. No browser automation and no proxies to manage: pass a product ID and get back the product's name, description, brand, price, currency, availability and images.

What does this Actor do?

The Actor calls Macy's own product API for a single productId and returns one dataset item with three parts:

  • productMktData - a clean, standardized schema.org/Product record. This is the easiest place to read name, description, url, image, brand.name and offers[0].price / priceCurrency / availability.
  • product - the full, raw product record from Macy's internal API (category, department, division, description, flags and more), for when you need more than the standardized fields.
  • meta - page metadata and the analytics payload captured from the product page.

Results are cached for 9 hours per productId + currencyCode + regionCode combination, so repeat lookups are fast and cheap.

Input

FieldTypeDescriptionDefault
productIdStringThe Macy's product ID to look up. Find it in the product URL, e.g. .../product/...?ID=17342121 -> 17342121.17342121
currencyCodeStringThe currency to price the product in.USD
regionCodeStringThe region/country code Macy's should use to localize the response.US

Example input:

{
"productId": "17342121",
"currencyCode": "USD",
"regionCode": "US"
}

Output

One dataset item per run. Example (trimmed):

{
"productMktData": {
"name": "Caroline Melbourne Medium Leather Satchel Bag",
"description": "The Caroline is a polished, uber-stylish satchel...",
"url": "https://www.macys.com/shop/product/brahmin-caroline-melbourne-medium-leather-satchel-bag?ID=27024288",
"brand": { "name": "Brahmin" },
"offers": [
{ "price": "325.00", "priceCurrency": "USD", "availability": "http://schema.org/InStock" }
]
}
}

Download results as JSON, CSV, Excel, XML or RSS from the run's Storage tab, or fetch them via the Apify API.

Use cases

  • Price and availability monitoring for specific SKUs
  • Enriching a product catalog with Macy's descriptions and images
  • Competitive and market research on Macy's listings
  • Feeding clean product data into a pricing or BI pipeline

Tips

  • To look up many products, save this Actor as a Task per productId, or call the Actor once per ID via the API/schedules.
  • Change currencyCode and regionCode together to check localized pricing for other Macy's storefronts.

Support

Questions or feature requests? Contact pintoflowpt@gmail.com.