
mango product images actor
Pricing
$10.00 / 1,000 products

mango product images actor
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:
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
products | Array | Yes | - | Array of products to fetch images for |
products[].productId | String | Yes | - | The Mango Product ID (e.g., "87047671") |
products[].colorId | String | Yes | - | The Mango Color ID (e.g., "28") |
maxImages | Integer | No | 15 | Maximum 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:
- Accepting an array of products, each containing a
productId
andcolorId
- For each product in the array it finds relevant image URLs and details
- 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:
- Go to the Mango Product Image Fetcher page
- Set the input parameters in the JSON editor
- 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:
- Check the current dataset item count before pushing new data
- Stop processing products if it would exceed your PPR limit
- 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