Athleta Scraper
Haz scraping de Athleta y recopila datos como URL, ID de artículo, nombre del producto, descripción, imágenes, precio, disponibilidad y más.
No se requiere tarjeta de crédito
2 scrapers
CODE EXAMPLES
Haz scraping de datos de Athleta fácilmente sin preocuparte por ser bloqueado.
Entrada
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://athleta.gap.com/browse/product.do?pid=291749392\u0026vid=1\u0026pcid=1059479\u0026cid=1059479\u0026nav=meganav%3ABottoms%3ACategories%3AShorts+%26+Skorts#pdp-page-content","all_variations":true},{"url":"https://athleta.gap.com/browse/product.do?pid=4089140520000\u0026vid=1\u0026pcid=1013846\u0026cid=1013846\u0026nav=meganav%3AAccessories%3ACategories%3AHats+%26+Hair+Accessories#pdp-page-content","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_mou0ejow2dc1iguq33&format=json&uncompressed_webhook=true"
Salida
JSON
[
{
"db_source": "1789552094615",
"timestamp": "2026-09-16",
"url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=6580110020041",
"item_id": "658011032",
"variant_id": "6580110020041",
"title": "Midday Mid Rise Crop Poplin Pant",
"description": "FOR: Travel, vacation, or exploring your town or city FEEL: Performance Poplin is lightweight, quick drying, and breatha...",
"product_category": "Pants"
},
{
"db_source": "1789552094615",
"timestamp": "2026-09-16",
"url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=6580110120043",
"item_id": "658011032",
"variant_id": "6580110120043",
"title": "Midday Mid Rise Crop Poplin Pant",
"description": "FOR: Travel, vacation, or exploring your town or city FEEL: Performance Poplin is lightweight, quick drying, and breatha...",
"product_category": "Pants"
},
{
"db_source": "1789552094615",
"timestamp": "2026-09-16",
"url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=6580110220020",
"item_id": "658011032",
"variant_id": "6580110220020",
"title": "Midday Mid Rise Crop Poplin Pant",
"description": "FOR: Travel, vacation, or exploring your town or city FEEL: Performance Poplin is lightweight, quick drying, and breatha...",
"product_category": "Pants"
},
{
"db_source": "1789552094615",
"timestamp": "2026-09-16",
"url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=7468500120000\u0026vid=1",
"item_id": "746850032",
"variant_id": "7468500120000",
"title": "Athleta Girl Always Duffle Bag",
"description": "FOR: Stashing her school and practice essentials FEEL: Recycled nylon is sleek with a soft hand-feel FAVE: Adjustable sh...",
"product_category": "Girl Accessories"
},
{
"db_source": "1789552094615",
"timestamp": "2026-09-16",
"url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=7468500320000\u0026vid=1",
"item_id": "746850032",
"variant_id": "7468500320000",
"title": "Athleta Girl Always Duffle Bag",
"description": "FOR: Stashing her school and practice essentials FEEL: Recycled nylon is sleek with a soft hand-feel FAVE: Adjustable sh...",
"product_category": "Girl Accessories"
}
]