πŸ‡ΊπŸ‡Έ United StatesDepartment StoreReal-Time API

Macy's Price Scraper & Product Data API

Iconic American department store chain. Extract real-time prices, availability, product specs, and seller data from macys.com via a simple REST API.

πŸ‡ΊπŸ‡Έ

United States

95%+

Match rate

<3s

Response time

JSON

Structured data

How It Works

Get Macy's data in 3 steps

1

Send an EAN or product URL

Pass a product EAN/GTIN barcode or a direct macys.com product URL to our API endpoint.

2

We scrape Macy's in real time

Our scraper fetches the latest pricing, availability, and product data directly from macys.com.

3

Receive structured JSON

Get clean, structured data with price, shipping cost, availability status, product specs, and images.

Live Preview

See Macy's in your browser

shopping.google.com
Google Shopping results for the LEGO Batman: Legacy of the Dark Knight, with Macy's among the sellers

Live Google Shopping results for the LEGO Batman: Legacy of the Dark Knight β€” Macy's appears as a seller

API

Macy's API integration

Get started in minutes with code examples in your preferred language.

Live Macy's data via Google Shopping

Call the /offers endpoint with site=shopping.google.com and an EAN β€” Macy's comes back as a seller. You don't need a Macy's-specific API; one Google Shopping call surfaces every seller carrying the product.

View in API guide

Implementation

curl -X GET "https://api.shoppingscraper.com/offers?api_key=your_api_key_here&site=shopping.google.com&ean=883929843671"
GEThttps://api.shoppingscraper.com/offers?site=shopping.google.com&ean=883929843671&api_key=your_api_key_here
API Response
{
"results": [
{
"ean": "883929843671",
"sku": "14663732408421301510",
"url": "https://www.google.com/search?udm=28&q=LEGO%20Batman%3A%20Legacy%20of%20the%20Dark%20Knight%20Deluxe%20Edition&dpr=1#oshopproduct=cid:14663732408421301510,pvt:hg,pvo:3,laoid:1&oshop=apv&pvs=0&gl=us&hl=en",
"title": "LEGO Batman: Legacy of the Dark Knight Deluxe Edition",
"brand": "LEGO",
"thumbnail": "https://encrypted-tbn3.gstatic.com/shopping?q=tbn:ANd9GcS3ETldGh9L9OzxUN4T8ysEnIHX8_IY4b4MogVdPTa5AjioTllbXpGIMRtem-Qy0_vsBDjrGjC6oipjboWy5lY2v1rZoDIQ4_eOxjkDvni1Bo0Vg5CjfsMzqQ",
"availability": "InStock",
"currency": "USD",
"offers": [
{
"sellerName": "Macy's",
"sellerCode": "7866",
"sellerReference": "https://www.macys.com/shop/product/warner-bros.-lego-batman-legacy-of-the-dark-knight-deluxe-edition-ps5?ID=27350912&pla_country=US&CAGPSPN=pla&swatchColor=No%20Color",
"price": "89.99",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "89.99",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "Walmart",
"sellerCode": "8175035",
"sellerReference": "https://www.walmart.com/ip/LEGO-Batman-Legacy-of-the-Dark-Knight-Deluxe-Edition-Playstation-5/18888973220?wmlspartner=wlpa&selectedSellerId=0",
"price": "89.99",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "89.99",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
},
{
"sellerName": "eBay - popngame",
"sellerCode": "8149774",
"sellerReference": "https://www.ebay.com/itm/236823773543?chn=ps&mkevt=1&mkcid=28&google_free_listing_action=view_item",
"price": "149.95",
"formerPrice": null,
"shippingPrice": "0.00",
"totalPrice": "149.95",
"condition": "New",
"availability": "InStock",
"shippingMethod": "standard"
}
]
}
]
}
Features

What you get with Macy's

Every Seller's Price by EAN

Send an EAN to the Google Shopping /offers endpoint and get every seller's offer for that product β€” including Macy's β€” each with its own price, shipping cost, and total. One call returns the whole competitive set.

Price & Discount Tracking

Each offer returns the current price and the former price, so you can track the live price from Macy's and detect exactly when it drops below its previous one.

Total Landed Price

Offers include shipping price and total price alongside the item price β€” the real all-in cost shoppers compare, not just the headline figure.

Stock & Condition Signals

Every offer carries an availability status (in stock / out of stock) and a condition (new / refurbished), so you know whether Macy's and competing sellers actually have the item.

Seller Identity & Direct Link

Each offer names the seller and includes a direct seller-reference link, so you can attribute every price to Macy's or a rival and click straight through to the listing.

EAN-Matched Product, Multi-Country

Google Shopping matches your EAN to the right product β€” returning title, brand, image, and catalog SKU β€” and the same EAN runs across Google Shopping country domains, so you can compare the product market by market.

ShoppingScraper mascot
Data

Available data points

  • Product title
  • Brand
  • EAN / GTIN barcode
  • Google Shopping catalog SKU
  • Product image (thumbnail)
  • Seller name (per offer)
  • Direct seller-reference link
  • Price and former price
  • Shipping price and total price
  • Condition (new / refurbished)
  • Availability / stock status
  • Currency

Frequently Asked Questions

How do I scrape Macy's products?+

Send a GET request to our API with site=macys.com and the product's EAN barcode. The API returns structured JSON with pricing, availability, and product details.

How often is Macy's data updated?+

Every API call fetches live data from macys.com. For automated monitoring, set up a scheduler to check prices daily or multiple times per day.

Can I compare Macy's prices with other retailers?+

Yes. Use our Google Shopping or Global endpoint to get prices from multiple retailers for the same product, then compare against Macy's data.

Start scraping Macy's today

100 free API calls. No credit card required.