# ASUS Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/asus/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/asus-product | ## Description Extract full product details from ASUS by URL or model number: price, complete technical specifications, ratings, availability, and reseller links. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/asus/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Product lookup by model G614JU-N3130W ```json { "id": "90NR0D51-M004A0", "gpu": "NVIDIA GeForce RTX 4050 6 Go", "ram": "16 Go DDR5 4800 MHz", "color": "Eclipse Gray", "model": "G614JU-N3130W", "price": "1 099,00 €", "title": "ASUS ROG Strix G16 (2023) G614JU - Intel Core i7-13650HX - RTX 4050 - 16 Go RAM - 512 Go SSD", "rating": 4.6, "series": "ROG Strix", "weight": "2.3 kg", "battery": "90 Wh", "display": { "size": "16 pouces", "panel_type": "IPS", "resolution": "1920x1200 (FHD+)", "refresh_rate": "165 Hz" }, "storage": "512 Go SSD NVMe PCIe 4.0", "category": "Laptops", "currency": "EUR", "all_specs": { "OS": "Windows 11 Home", "Poids": "2.3 kg", "Écran": "16'' FHD+ 1920x1200 IPS 165 Hz", "Batterie": "90 Wh", "Mémoire": "16 Go DDR5 4800 MHz", "Stockage": "512 Go SSD M.2 NVMe PCIe 4.0", "Processeur": "Intel Core i7-13650HX 2.6 GHz (jusqu'à 4.9 GHz)", "Carte graphique": "NVIDIA GeForce RTX 4050 6 Go GDDR6" }, "processor": "Intel Core i7-13650HX", "breadcrumb": [ "Laptops", "Gaming", "ROG Strix" ], "dimensions": { "width": "259 mm", "height": "22.1 mm", "length": "355 mm" }, "highlights": [ "Processeur Intel Core i7-13650HX 13e génération", "Carte graphique NVIDIA GeForce RTX 4050 6 Go", "Écran 16 pouces FHD 165 Hz ROG Nebula", "Système de refroidissement ROG Intelligent Cooling", "Clavier RGB per-key 4 zones" ], "image_urls": [ "https://www.asus.com/media/global/gallery/r3lqcXlmvGqBdBOc_setting_fff_1_90_end_1200.png", "https://www.asus.com/media/global/gallery/ROGStrixG16-side_setting_fff_1_90_end_1200.png", "https://www.asus.com/media/global/gallery/ROGStrixG16-keyboard_setting_fff_1_90_end_1200.png" ], "description": "Le ROG Strix G16 est un laptop gaming haute performance conçu pour les joueurs exigeants. Équipé d'un processeur Intel Core i7-13650HX et d'une carte graphique NVIDIA GeForce RTX 4050, il offre des performances de jeu exceptionnelles dans un châssis compact.", "price_float": 1099, "product_url": "https://www.asus.com/fr/laptops/for-gaming/rog-strix/rog-strix-g16-2023-g614ju/techspec/", "availability": "in_stock", "connectivity": { "hdmi": "HDMI 2.1", "wifi": "Wi-Fi 6E (802.11ax)", "usb_a": 2, "usb_c": 2, "ethernet": "RJ-45 2.5 GbE", "bluetooth": "Bluetooth 5.3" }, "is_promotion": true, "sub_category": "Gaming Laptops", "where_to_buy": [ { "url": "https://www.ldlc.com/asus-rog-strix-g16-g614ju/", "name": "LDLC" }, { "url": "https://www.fnac.com/asus-rog-strix-g16/", "name": "Fnac" }, { "url": "https://www.amazon.fr/asus-rog-strix-g614ju/", "name": "Amazon" } ], "reviews_count": 284, "thumbnail_url": "https://www.asus.com/media/global/gallery/r3lqcXlmvGqBdBOc_setting_fff_1_90_end_500.png", "original_price": "1 299,00 €", "operating_system": "Windows 11 Home", "discount_percentage": 15, "rating_distribution": { "1": 4, "2": 7, "3": 17, "4": 55, "5": 201 }, "original_price_float": 1299 } ``` ## Documentation ## Overview The ASUS Product API extracts the complete data sheet for any ASUS product using a model number or product URL. ## Quickstart ``` GET https://api.piloterr.com/v2/asus/product?query=G614JU-N3130W&country=fr ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | ASUS model number or full product URL | | `country` | string | no | Storefront country code (default `fr`) | ## Notes - Returns `null` if the model is not found - `where_to_buy` lists authorised resellers in the selected country ## Main use cases - Extract complete ASUS specs for product comparison engines - Monitor ASUS prices across international markets - Identify authorised resellers for B2B procurement - Enrich catalogues with full ASUS technical specifications - Build competitive analysis dashboards for electronics