Old Navy Product Scraper avatar

Old Navy Product Scraper

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Old Navy Product Scraper

Old Navy Product Scraper

Scrapes Old Navy product pages by URL or product ID, returning product name, brand, color, pricing, availability, ratings, images, and variant SKUs.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

16 days ago

Last modified

Categories

Share

Collects product details from Old Navy (Gap Inc.) product pages. For each product you get the name, brand, colour, price range, availability, rating and every variant SKU. Accepts full product URLs or bare product IDs (PIDs).

Input

FieldDefaultDescription
product_urls["787320002","723227212"]List of Old Navy product URLs or bare PIDs.
base_hostoldnavy.gap.comGap Inc. brand host used to build URLs from bare PIDs (Old Navy / Gap / Banana Republic / Athleta). Ignored for full URLs.
limit50Max products to fetch (1–200).
Proxy configurationOptionalOptional. Enable a US-based proxy for the most reliable results.

Output

Each record describes one product:

{
"product_id": "787320002",
"name": "Crew-Neck Shaker-Stitch Sweater",
"brand": "Old Navy",
"color": "Cherry Birch",
"description": "crew neck long raglan sleeves pullover style rib-knit trim",
"price_min": 24.97,
"price_max": 24.97,
"currency": "USD",
"availability": "OutOfStock",
"variant_count": 8,
"skus": ["7873200020004", "7873200020001"],
"rating_value": 4.8,
"rating_count": 1108,
"image": "https://oldnavy.gap.com/webcontent/0060/169/078/cn60169078.jpg",
"images": ["https://oldnavy.gap.com/webcontent/0060/169/078/cn60169078.jpg"],
"url": "https://oldnavy.gap.com/browse/product.do?pid=787320002",
"raw": { ... }
}

The complete product object (all offers/variants) is preserved in raw.

Notes

  • Runs with empty input (defaults to two sample Old Navy PIDs).
  • Enable a US-based proxy for the most reliable results.
  • Gap-family sites (Gap, Banana Republic, Athleta) share the same platform; Old Navy is the tested default. Prices and availability change frequently; treat results as a point-in-time snapshot and use responsibly under the site's terms of use.