Burberry Product Description
2 hours trial then $14.99/month - No credit card required now
Burberry Product Description
2 hours trial then $14.99/month - No credit card required now
This Apify actor retrieves the product description for a Burberry item based on the provided URL and country.
Burberry Product Description Actor
Description
This Apify actor is designed to retrieve the product description for a specific Burberry item. It takes the following input parameters:
url
: The URL of the Burberry product page you want to scrape.country
: The country associated with the Burberry website you want to scrape (e.g., "US", "UK", "FR").
The actor uses Puppeteer to interact with the Burberry website, navigate to the specified product page, and extract the detailed product description. The resulting description is then stored in the actor's output, which can be accessed through the Apify platform or API.
Input Parameters
Parameter | Description |
---|---|
url | The URL of the Burberry product page you want to scrape. |
country | The country associated with the Burberry website you want to scrape (e.g., "US", "UK", "FR"). |
Example Usage
Here's an example of how you can use this actor:
1Actor.main(async () => { 2 await Actor.init(); 3 const input = { 4 url: 'https://us.burberry.com/mid-length-camden-heritage-car-coat-p80580361', 5 country: 'US' 6 }; 7 8 const result = await Actor.call('burberry-product-description', input); 9 console.log(result.output.searchResult); 10 await Actor.exit(); 11});
In this example, the actor is called with the URL of a Burberry product page and the "US" country. The resulting product description is then logged to the console.
JSON Result
{"product":{"id":"40841871","name":"Code Cat-eye Sunglasses","nameEn":"Code Cat-eye Sunglasses","description":"A pair of cat-eye sunglasses made in Italy from Burberry Check acetate. The sculptural temples are printed with our logo in metallic lettering.##Scratch-resistant dark brown lenses with 100% UV protection#Printed Burberry lettering at temples#Comes with a hard leather case and cleaning cloth#Also available in an alternative fit","price":{"current":{"value":290,"currency":"USD","formatted":"$290.00"},"old":null},"color":"Sand","relatedGenders":["Women"],"sizes":[{"sku":"40841871","label":"","preOrderStockLevel":0,"stockQuantity":233,"isPreOrderStock":false,"isInStock":true,"monogramStockQuantity":54}],"features":"","measurements":"Frame width: 14.2cm/5.6in. Frame height: 5cm/2in","careInstructions":null,"materialComposition":"Frame: 100% acetate* #*Frames are made with acetate containing at least 25% recycled content.","sizeGuideData":{}},"dimensions":[],"galery":"","storeStockLookUp":{"imageDefault":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D","imageAlt":"Code Cat-eye Sunglasses","sources":[{"media":"(min-width:1920px)","srcSet":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=639&hei=852, https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=1278&hei=1704 2x"},{"media":"(min-width:1366px)","srcSet":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=479&hei=639, https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=958&hei=1277 2x"},{"media":"(min-width:1024px)","srcSet":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=340&hei=453, https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=680&hei=907 2x"},{"media":"(min-width:768px)","srcSet":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=511&hei=681, https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=1022&hei=1363 2x"},{"media":"(min-width:300px)","srcSet":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=383&hei=511, https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=766&hei=1021 2x"}],"imageFallback":"https://assets.burberry.com/is/image/Burberryltd/A880D1E2-3CA9-4C24-BAAD-7B4B183BBF9D?$BBY_V2_SL_3x4$&wid=1278&hei=1700"}}
FAQs
-
What does this actor do? This Apify actor retrieves the product description for a Burberry item based on the provided URL and country.
-
How do I use this actor? To use this actor, you will need to provide the URL of the Burberry product and the country you want to retrieve the information for. The actor will then scrape the product description and store the result.
-
What input is required for this actor? The actor requires two input parameters:
url
(the URL of the Burberry product) andcountry
(the country for which you want to retrieve the information). -
How can I access the output of this actor? The actor will store the product description in the
output
key, which you can access through the Apify platform or API. -
What technologies are used in this actor? This actor uses the Puppeteer library to interact with the Burberry website and scrape the product information.
-
Can I modify this actor for my own use? Yes, you can modify the actor's code to suit your specific needs. However, please be aware of the terms of use for the Burberry website and ensure that your use of the actor is compliant with their policies.
-
Where can I find more information about Apify actors? You can find more information about Apify actors on the official Apify documentation website: https://docs.apify.com/.
- 1 monthly user
- 2 stars
- 100.0% runs succeeded
- Created in Feb 2024
- Modified 3 days ago