Athleta スクレイパー

Athletaをスクレイプして、URL、アイテムID、商品名、説明、画像、価格、在庫状況などのデータを収集します。

クレジットカードは必要ありません
2 スクレイパー

CODE EXAMPLES

ブロックを気にせずAthletaのデータを簡単にスクレイプ。

入力
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"
出力
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"
  }
]