Arcteryx Scraper

Haz scraping de Arcteryx 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
4 scrapers

CODE EXAMPLES

Haz scraping de datos de Arcteryx fácilmente sin preocuparte por ser bloqueado.

Entrada
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://arcteryx.com/us/en/shop/womens/gamma-lightweight-hoody-0608","all_variations":true},{"url":"https://arcteryx.com/us/en/shop/mens/kragg-aura-shoe-0505","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_moviodj4264hhukzd1&format=json&uncompressed_webhook=true"
Salida
JSON
[
  {
    "db_source": "1783068072231",
    "timestamp": "2026-07-03",
    "url": "https:\/\/arcteryx.com\/us\/en\/shop\/mens\/spere-insulated-jacket-9110",
    "item_id": "X000009110002",
    "variant_id": "X000009110002",
    "title": "Spere Insulated Jacket Men\u0027s",
    "description": "Made to travel across a range of landscapes, the first insulated Spere brings the collection into winter with a minimali...",
    "product_category": "Veilance \u003E Men\u0027s \u003E Spere Insulated Jacket"
  },
  {
    "db_source": "1783068072231",
    "timestamp": "2026-07-03",
    "url": "https:\/\/arcteryx.com\/us\/en\/shop\/mens\/spere-insulated-jacket-9110",
    "item_id": "X000009110004",
    "variant_id": "X000009110004",
    "title": "Spere Insulated Jacket Men\u0027s",
    "description": "Made to travel across a range of landscapes, the first insulated Spere brings the collection into winter with a minimali...",
    "product_category": "Veilance \u003E Men\u0027s \u003E Spere Insulated Jacket"
  },
  {
    "db_source": "1783068072231",
    "timestamp": "2026-07-03",
    "url": "https:\/\/arcteryx.com\/us\/en\/shop\/mens\/spere-insulated-jacket-9110",
    "item_id": "X000009110005",
    "variant_id": "X000009110005",
    "title": "Spere Insulated Jacket Men\u0027s",
    "description": "Made to travel across a range of landscapes, the first insulated Spere brings the collection into winter with a minimali...",
    "product_category": "Veilance \u003E Men\u0027s \u003E Spere Insulated Jacket"
  },
  {
    "db_source": "1783068072231",
    "timestamp": "2026-07-03",
    "url": "https:\/\/arcteryx.com\/us\/en\/shop\/mens\/spere-insulated-jacket-9110",
    "item_id": "X000009110006",
    "variant_id": "X000009110006",
    "title": "Spere Insulated Jacket Men\u0027s",
    "description": "Made to travel across a range of landscapes, the first insulated Spere brings the collection into winter with a minimali...",
    "product_category": "Veilance \u003E Men\u0027s \u003E Spere Insulated Jacket"
  },
  {
    "db_source": "1783068072231",
    "timestamp": "2026-07-03",
    "url": "https:\/\/arcteryx.com\/us\/en\/shop\/mens\/spere-insulated-jacket-9110",
    "item_id": "X000009110003",
    "variant_id": "X000009110003",
    "title": "Spere Insulated Jacket Men\u0027s",
    "description": "Made to travel across a range of landscapes, the first insulated Spere brings the collection into winter with a minimali...",
    "product_category": "Veilance \u003E Men\u0027s \u003E Spere Insulated Jacket"
  }
]