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": "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"
}
]