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": "1786263681676",
"timestamp": "2026-08-09",
"url": "https:\/\/store.dji.com\/uk\/product\/livox-m12-aviation-plug-in-connector?vid=105561",
"item_id": "105561",
"variant_id": "105561",
"title": "Livox M12 Aviation Plug-in Connector",
"description": "The connector brings a more integrated installation solution for Livox Avia lidar sensors. Connect one end of the board ...",
"product_category": null
},
{
"db_source": "1786263681676",
"timestamp": "2026-08-09",
"url": "https:\/\/store.dji.com\/product\/osmo-mobile-7p-vlog-combo?vid=183171",
"item_id": "183171",
"variant_id": "183171",
"title": "Osmo Mobile 7P Vlog Combo (DJI Mic Mini Transmitter Infinity Black)",
"description": "Native Tracking \u0026 Versatile Functionality — The new Multifunctional Module enables subject tracking without DJI Mimo and...",
"product_category": null
},
{
"db_source": "1786263681676",
"timestamp": "2026-08-09",
"url": "https:\/\/store.dji.com\/product\/osmo-360-skiing-combo?vid=194871",
"item_id": "194871",
"variant_id": "194871",
"title": "Osmo 360 Skiing Combo",
"description": "1-Inch 360° Imaging — Specially designed for 360° capture, the all-new square HDR image sensor maintains the same 360° i...",
"product_category": null
},
{
"db_source": "1786263681676",
"timestamp": "2026-08-09",
"url": "https:\/\/store.dji.com\/product\/dji-power-dongle?vid=173091",
"item_id": "173091",
"variant_id": "173091",
"title": "DJI Power Dongle",
"description": "When connected to DJI Power 1000, the DJI Power Dongle allows Power 1000 to work with the new DJI Home app for remote mo...",
"product_category": null
},
{
"db_source": "1786263681676",
"timestamp": "2026-08-09",
"url": "https:\/\/store.dji.com\/product\/mavic-air-2-aircraft-sleeve?vid=90932",
"item_id": "90932",
"variant_id": "90932",
"title": "Mavic Air 2 Aircraft Sleeve",
"description": "You can store the Mavic Air 2 or DJI Air 2S in it when you go out. The outer fabric is tough and wear-resistant, and has...",
"product_category": null
}
]