Why Scrape L'argus?

L'argus is a key platform in France for buying and selling used cars, offering a wide range of listings from various makes and models. For businesses in the automobile industry, data analysts, and researchers interested in analyzing trends in the used car market, scraping L'argus can provide invaluable insights.

By scraping L'argus, one can collect data related to vehicle prices, specifications, mileage, seller information, and more. This information can be used to monitor market trends, inform investment decisions, or facilitate competitive analysis.

However, it's important to note that L'argus is protected by DataDome, a robust security system designed to prevent automated data scraping. But thanks to Autom.dev's advanced technology, we are capable of bypassing this security system to efficiently and reliably scrape data from L'argus

Autom.dev's API makes it easy to scrape data from L'argus, enabling businesses and individuals to collect and analyze data from the platform efficiently and effectively.

What Will We Scrape?

We will scrape the following car data from L'argus:

  • Car ID
  • Title
  • Brand
  • Model
  • Mileage
  • Year of Manufacture
  • Fuel Type
  • Transmission Type
  • Price
  • Seller Information
  • Car URL
  • Image URL

Example for Scraping Car Data from L'argus

Request

curl --location --request GET 'https://autom.dev/api/v1/largus/car?query=https://occasion.largus.fr/auto/annonce-d4d8928501eab91c_toyota-c-hr-122h-edition-2wd-e-cvt-41350-km.html' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'
curl --location --request GET 'https://autom.dev/api/v1/largus/car?query=https://occasion.largus.fr/auto/annonce-d4d8928501eab91c_toyota-c-hr-122h-edition-2wd-e-cvt-41350-km.html' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response

{
  "carId": "d4d8928501eab91c",
  "Title": "Toyota C-HR 122h Edition 2WD E-CVT",
  "Brand": "Toyota",
  "Model": "C-HR",
  "Color": "Bleu"
  "Release": "2020-05-06"
  "Mileage": "41350km",
  "YearOfManufacture": "2019",
  "FuelType": "Hybrid",
  "TransmissionType": "Automatic",
  "Price": "€25,990",
  "SellerInfo": {
    "Type": "Professional seller",
    "Name": "BRIOCAR BORDEAUX",
    "Location": "33440 AMBARES-ET-LAGRAVE",
    "SIRET": "47874026900061"
  },
  "CarUrl": "https://occasion.largus.fr/auto/annonce-d4d8928501eab91c_toyota-c-hr-122h-edition-2wd-e-cvt-41350-km.html",
  "ImageUrl": "https://argus-tts.largus.fr/annonces/TOYOTA-C-HR-122H-EDITION-2WD-E-CVT-HYBRIDE-BLEU-405A8D-1.jpg"
}
{
  "carId": "d4d8928501eab91c",
  "Title": "Toyota C-HR 122h Edition 2WD E-CVT",
  "Brand": "Toyota",
  "Model": "C-HR",
  "Color": "Bleu"
  "Release": "2020-05-06"
  "Mileage": "41350km",
  "YearOfManufacture": "2019",
  "FuelType": "Hybrid",
  "TransmissionType": "Automatic",
  "Price": "€25,990",
  "SellerInfo": {
    "Type": "Professional seller",
    "Name": "BRIOCAR BORDEAUX",
    "Location": "33440 AMBARES-ET-LAGRAVE",
    "SIRET": "47874026900061"
  },
  "CarUrl": "https://occasion.largus.fr/auto/annonce-d4d8928501eab91c_toyota-c-hr-122h-edition-2wd-e-cvt-41350-km.html",
  "ImageUrl": "https://argus-tts.largus.fr/annonces/TOYOTA-C-HR-122H-EDITION-2WD-E-CVT-HYBRIDE-BLEU-405A8D-1.jpg"
}