Birkenstock スクレイパー

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

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

CODE EXAMPLES

ブロックを心配せずにBirkenstockのデータを簡単にスクレイプできます。

入力
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://www.birkenstock.com/us/arizona-big-buckle-natural-leather-oiled/arizonabigbuckle-bigbuckle-oiledleather-0-eva-w_9798.html","all_variations":true},{"url":"https://www.birkenstock.com/us/naples-wrapped-suede-leather/napleswrapped-suede-suedeleather-272912-evarubber-u_27.html","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_movimfbo39wbmy1r&format=json&uncompressed_webhook=true"
出力
JSON
[
  {
    "db_source": "1786957583044",
    "timestamp": "2026-08-17",
    "url": "https:\/\/www.birkenstock.com\/us\/madrid-big-buckle-natural-leather-oiled\/madridbigbuckle-bigbuckle-oiledleather-0-eva-w_11...",
    "item_id": "11700",
    "variant_id": "11700",
    "title": "Madrid Big Buckle",
    "description": "An icon since 1963, the Madrid redefined sandals with its contoured footbed and a single, sophisticated strap. A gleamin...",
    "product_category": "Home \u003E Styles \u003E Madrid \u003E Madrid Big Buckle"
  },
  {
    "db_source": "1786957583044",
    "timestamp": "2026-08-17",
    "url": "https:\/\/www.birkenstock.com\/us\/qo-500-natural-leather\/qo500-professional-naturalleather-0-rubber-u_3974.html",
    "item_id": "3974",
    "variant_id": "3974",
    "title": "QO 500",
    "description": "Everyday style, workday features. The QO500 lace-up sneaker is designed for on-the-job comfort and safety, from its flui...",
    "product_category": "Home \u003E Styles \u003E Iona \u003E QO 500"
  },
  {
    "db_source": "1786957583044",
    "timestamp": "2026-08-17",
    "url": "https:\/\/www.birkenstock.com\/us\/boston-suede-leather\/boston-summer-suedeleather-0-eva-u_1624.html",
    "item_id": "1624",
    "variant_id": "1624",
    "title": "Boston",
    "description": "So classic and consistently comfortable, the Boston clog has become a coveted, year-round favorite. Soft suede lends an ...",
    "product_category": "Home \u003E Styles \u003E Boston \u003E Boston"
  },
  {
    "db_source": "1786957583044",
    "timestamp": "2026-08-17",
    "url": "https:\/\/www.birkenstock.com\/us\/naples-wrapped-suede-leather\/napleswrapped-suede-suedeleather-272912-evarubber-u_27.html",
    "item_id": "27_S_default_size",
    "variant_id": "27_S_default_size",
    "title": "Naples Wrapped",
    "description": "Elevated, all the way down. The loafer-inspired Naples clog goes all in on suede with a new, fully wrapped midsole. Feat...",
    "product_category": "Home \u003E Styles \u003E Naples \u003E Naples Wrapped"
  },
  {
    "db_source": "1786957583044",
    "timestamp": "2026-08-17",
    "url": "https:\/\/www.birkenstock.com\/us\/boston-rivet-suede-leather\/bostonrivet-suederivets-suedeleather-S004786-eva-w_1.html",
    "item_id": "1_S_230",
    "variant_id": "1_S_230",
    "title": "Boston Rivets",
    "description": "The Boston clog with a bold edge. Metal rivets stud classic suede without going all the way through, keeping what\u0027s unde...",
    "product_category": "Home \u003E Styles \u003E Boston \u003E Boston Rivets"
  }
]