DJI Scraper
Haz scraping de DJI 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 DJI fácilmente sin preocuparte por ser bloqueado.
Entrada
JSON
curl -H "Authorization: Bearer API_TOKEN" -H "Content-Type: application/json" -d '[{"url":"https://store.dji.com/product/dji-power-2000?from=site-nav\u0026vid=184911","all_variations":true},{"url":"https://store.dji.com/product/osmo-action-5-pro-skiing-combo?from=events-best-sellers\u0026vid=170691","all_variations":true}]' "https://api.brightdata.com/datasets/v3/trigger?dataset_id=gd_mosh6ejmi5y82mqr7&format=json&uncompressed_webhook=true"
Salida
JSON
[
{
"db_source": "1783066879461",
"timestamp": "2026-07-03",
"url": "https:\/\/store.dji.com\/product\/robomaster-s1-vision-markers?vid=81351",
"item_id": "81351",
"variant_id": "81351",
"title": "RoboMaster S1 Vision Markers",
"description": "Durable paper material. — Self-supporting.",
"product_category": null
},
{
"db_source": "1783066879461",
"timestamp": "2026-07-03",
"url": "https:\/\/store.dji.com\/product\/osmo-action-3-adhesive-base-kit?vid=120591",
"item_id": "120591",
"variant_id": "120591",
"title": "Osmo Action Adhesive Base Kit",
"description": "The Quick-Release Adapter Mount has added a positioning clip to enhance the impact resistance. The Flat Adhesive Base fe...",
"product_category": null
},
{
"db_source": "1783066879461",
"timestamp": "2026-07-03",
"url": "https:\/\/store.dji.com\/product\/dji-mic-2-tx-black-refurbished-unit?vid=176841",
"item_id": "176841",
"variant_id": "176841",
"title": "DJI Mic 2 Transmitter (Shadow Black) (Refurbished Unit)",
"description": "Sound Great With the DJI Mic 2 — Capture brilliant audio with the DJI Mic 2\u0027s omnidirectional recording. This wireless m...",
"product_category": null
},
{
"db_source": "1783066879461",
"timestamp": "2026-07-03",
"url": "https:\/\/store.dji.com\/product\/dji-osmo-action-5-pro-essential-combo-waterproof-action-camera?vid=236631",
"item_id": "236631",
"variant_id": "236631",
"title": "Osmo Action 5 Pro Essential Combo",
"description": null,
"product_category": null
},
{
"db_source": "1783066879461",
"timestamp": "2026-07-03",
"url": "https:\/\/store.dji.com\/product\/dji-ronin-4d-8k-refurbished-unit?vid=183441",
"item_id": "183441",
"variant_id": "183441",
"title": "DJI Ronin 4D-8K (Refurbished Unit)",
"description": "Full-frame 8K\/60fps \u0026 4K\/120fps — Zenmuse X9 supports internal recording of Apple ProRes RAW, ProRes 4444 XQ, ProRes 422...",
"product_category": null
}
]