Walgreens Product Search avatar

Walgreens Product Search

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Walgreens Product Search

Walgreens Product Search

Scrapes Nike.com search results for a query and returns structured product listings with: - Product ID (style-color code), title, subtitle - URL and image - Pricing (current, original, sale, discount %, currency) - Product metadata (colors, colorways, badges) - Flags: best seller, just in

Pricing

from $10.00 / 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

2 days ago

Last modified

Share

Nike Product Search Actor

Scrapes Nike.com search results.

Input

FieldTypeDefaultNotes
querystring"air max"Required. Search term passed to /w?q={query}.
maxResultsint50Cap on rows returned after de-duplication.
scrollStepsint5Viewport-height scrolls after initial load. Nike lazy-mounts ~24 cards at a time; raise to 10+ for big queries.
headlessbooltrueOn Apify (Linux) the actor uses Xvfb regardless — leave true.
proxyConfigurationobjectApify Residential USDatacenter proxies will fail. Residential US is the working configuration.

Output

One JSON record per product card with 20 fields:

FieldTypeNotes
productIdstring | nullPer-colorway style-color code from the PDP URL (e.g. HM9451-001). Used for dedup.
titlestringProduct title (e.g. Nike Air Max 90).
subtitlestringCategory line (e.g. Men's Shoes, Big Kids' Shoes).
urlstringAbsolute PDP URL.
imagestringAbsolute image URL (CDN).
pricenumber | nullCurrent price parsed as a float (sale price when on sale).
priceTextstring | nullRaw price text including currency symbol.
originalPricestring | nullStrike-through original price (only set on sale).
salePricestring | nullCurrent sale price (only set on sale).
discountPercentint | nullComputed: round((1 - sale/original) * 100).
currencystring | nullCurrency symbol or code parsed from the price text.
colorCountint | nullNumber from the "5 Colors" badge on the card.
colorwaysstring[] | nullPer-swatch aria-labels when Nike exposes them on the card.
badgestring | nullTop-left ribbon text (Just In, Best Seller, Sustainable Materials, etc.).
isSustainableboolBadge mentions sustainability / Move to Zero.
isComingSoonboolBadge mentions "Coming Soon".
isBestSellerboolBadge mentions "Best Seller".
isJustInboolBadge mentions "Just In".
isMemberOnlyboolCard is locked behind Nike member sign-in.

Records with missing title are dropped before return. Duplicate productIds (Nike sometimes repeats cards across sponsored slots) are deduped.