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": "1780480569637",
    "timestamp": "2026-06-03",
    "url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=5313040320004",
    "item_id": "715749042",
    "variant_id": "5313040320004",
    "title": "Salutation Stash High Rise 7\/8 Legging",
    "description": "FOR: Your yoga flow and sessions in the studio FEEL: Powervita fabric is buttery soft with support that feels like a gen...",
    "product_category": "All Bottoms"
  },
  {
    "db_source": "1780480569637",
    "timestamp": "2026-06-03",
    "url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=5313040320001",
    "item_id": "715749042",
    "variant_id": "5313040320001",
    "title": "Salutation Stash High Rise 7\/8 Legging",
    "description": "FOR: Your yoga flow and sessions in the studio FEEL: Powervita fabric is buttery soft with support that feels like a gen...",
    "product_category": "All Bottoms"
  },
  {
    "db_source": "1780480569637",
    "timestamp": "2026-06-03",
    "url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=5313040320005",
    "item_id": "715749042",
    "variant_id": "5313040320005",
    "title": "Salutation Stash High Rise 7\/8 Legging",
    "description": "FOR: Your yoga flow and sessions in the studio FEEL: Powervita fabric is buttery soft with support that feels like a gen...",
    "product_category": "All Bottoms"
  },
  {
    "db_source": "1780480569637",
    "timestamp": "2026-06-03",
    "url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=5313040320003",
    "item_id": "715749042",
    "variant_id": "5313040320003",
    "title": "Salutation Stash High Rise 7\/8 Legging",
    "description": "FOR: Your yoga flow and sessions in the studio FEEL: Powervita fabric is buttery soft with support that feels like a gen...",
    "product_category": "All Bottoms"
  },
  {
    "db_source": "1780480569637",
    "timestamp": "2026-06-03",
    "url": "https:\/\/athleta.gap.com\/browse\/product.do?pid=5313040320006",
    "item_id": "715749042",
    "variant_id": "5313040320006",
    "title": "Salutation Stash High Rise 7\/8 Legging",
    "description": "FOR: Your yoga flow and sessions in the studio FEEL: Powervita fabric is buttery soft with support that feels like a gen...",
    "product_category": "All Bottoms"
  }
]