My Albertsons Brightdata Actor avatar
My Albertsons Brightdata Actor

Pricing

Pay per usage

Go to Apify Store
My Albertsons Brightdata Actor

My Albertsons Brightdata Actor

Developed by

GetDataForMe

GetDataForMe

Maintained by Community

0.0 (0)

Pricing

Pay per usage

0

2

2

Last modified

24 days ago

Albertsons Product Scraper

This Apify Actor extracts product information from Albertsons store pages using Bright Data Browser CDP. It scrapes product details, promotions, nutritional facts, and images.

Features

  • Extracts product catalog details including:

    • Name, PID, UPC, price, and base price
    • Department, shelf, and aisle information
    • Product detail sections (Ingredients, Warnings, Manufacturer, etc.)
    • Health claims and allergens
    • Promotions and offers
    • Channel inventory and eligibility
    • Images
    • Review rating summary
  • Uses Playwright with Bright Data Browser CDP for page navigation and API request capturing.

  • Supports store ID selection and proxy configuration via Apify Proxy.

  • Pushes structured product data directly to Apify dataset.

Input

Example input.json:

{
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": ["RESIDENTIAL"],
"apifyProxyCountry": "US"
},
"PAGE_URLS": [
"https://www.albertsons.com/shop/aisles/beverages.html?loc=177"
],
"store_id": "4131",
"token": "987yui876hjk123tyu"
}

Output

The actor outputs structured product information to the Apify dataset. Example partial output:

{
"product": {
"catalog": {
"response": {
"docs": [
{
"name": "Daily Sun Orange Beverage No Pulp - 52 Fl. Oz.",
"pid": "970788866",
"upc": "0001630033000",
"storeId": "4131",
"departmentName": "Beverages",
"shelfName": "Orange Juice",
"price": 3.49,
"promoDescription": "Vons Club Price: $3.49 Save Up To: $1.0",
"productDetail": {
"details": [
{ "header": "Ingredients", "value": "Water, Concentrated Orange Juice, High Fructose Corn Syrup..." },
{ "header": "Product Details", "value": "Orange juice beverage from concentrate..." }
],
"healthClaimsAndAllergens": [
{ "name": "Vegetarian" },
{ "name": "Vegan" }
]
},
"images": {
"items": [
{ "image": "970788866-C1N1" },
{ "image": "970788866-A1C1" }
]
}
}
]
}
}
}
}

Short Description

Extracts products from Albertsons using Bright Data Browser CDP, capturing catalog details, promotions, nutritional info, and images.