mango product images actor avatar
mango product images actor

Pricing

$10.00 / 1,000 products

Go to Store
mango product images actor

mango product images actor

Developed by

George

George

Maintained by Community

Find all related images to products by product ID and color ID

0.0 (0)

Pricing

$10.00 / 1,000 products

1

Total users

2

Monthly users

2

Runs succeeded

>99%

Last modified

21 hours ago

Mango Bulk Product Images Actor

An Apify Actor that fetches Mango product images by PRODUCT_ID and COLOR_ID. This Actor is useful for getting image URLs for Mango products.

Features

  • Fetches product images using PRODUCT_ID and COLOR_ID
  • Configurable maximum number of images to return
  • Returns structured data with product details and image URLs

Input Parameters

The Actor accepts the following input parameters:

ParameterTypeRequiredDefaultDescription
productsArrayYes-Array of products to fetch images for
products[].productIdStringYes-The Mango Product ID (e.g., "87047671")
products[].colorIdStringYes-The Mango Color ID (e.g., "28")
maxImagesIntegerNo15Maximum number of images to return per product

Example Input

{
"products": [
{
"productId": "87047671",
"colorId": "28"
},
{
"productId": "87040424",
"colorId": "99"
}
],
"maxImages": 15
}

Output Format

The Actor outputs an array of objects, each containing the information for a single product:

[
{
"productId": "87047671",
"colorId": "28",
"season": "T8",
"imageUrls": [
"https://st.mngbcn.com/rcs/pics/static/T8/fotos/S/87047671_28.jpg?imwidth=2100",
"https://st.mngbcn.com/rcs/pics/static/T8/fotos/S/87047671_28_01.jpg?imwidth=2100",
"https://st.mngbcn.com/rcs/pics/static/T8/fotos/S/87047671_28_B.jpg?imwidth=2100"
],
"imageCount": 3
},
{
"productId": "87040424",
"colorId": "99",
"season": "T8",
"imageUrls": [
"https://st.mngbcn.com/rcs/pics/static/T8/fotos/S/87040424_99.jpg?imwidth=2100",
"https://st.mngbcn.com/rcs/pics/static/T8/fotos/S/87040424_99_01.jpg?imwidth=2100",
"https://st.mngbcn.com/rcs/pics/static/T8/fotos/S/87040424_99_B.jpg?imwidth=2100"
],
"imageCount": 3
}
]

How It Works

This Actor works by:

  1. Accepting an array of products, each containing a productId and colorId
  2. For each product in the array it finds relevant image URLs and details
  3. Returns an array of results, with each item containing product information and image URLs

Running the Actor

On the Apify Platform

The easiest way to run the Actor is on the Apify Platform:

  1. Go to the Mango Product Image Fetcher page
  2. Set the input parameters in the JSON editor
  3. Click "Run"

PPR Limit Handling

This Actor includes built-in handling for Platform Paid Request (PPR) limits. If you have a limit set on your Apify account, the Actor will:

  1. Check the current dataset item count before pushing new data
  2. Stop processing products if it would exceed your PPR limit
  3. Add an informational item to the dataset explaining why processing stopped

This ensures you don't accidentally exceed your billing limits when processing large numbers of products.

Example Use Cases

  • Fetching product images for e-commerce catalog integration
  • Building product galleries for marketing materials
  • Automated image processing or analysis of Mango products