Why Scrape SeLoger?

SeLoger has positioned itself as a pivotal player in the real estate market in France. With an expansive portfolio that includes apartments, houses, plots of land, parking spaces, and commercial properties, SeLoger offers a comprehensive platform for the sale and rental of properties. This platform, while designed to cater to the needs of individuals, also provides valuable resources and opportunities for professionals and businesses operating within the real estate sector.

By scraping data from SeLoger, businesses can gain unparalleled insights into the current real estate market, including the competitiveness of prices, the frequency of property listings, and the geographical distribution of properties. This data, when harnessed effectively, can inform strategic decisions, from pricing models to targeted marketing campaigns.

The process of data scraping, or web scraping, involves extracting large amounts of data from websites quickly and efficiently. This data is then saved to a local file in your system or to a database in table (spreadsheet) format.

Through Autom.dev's API, the task of scraping SeLoger becomes a seamless process. The API facilitates the extraction of pertinent data points such as property type, price, location, number of rooms, and many more, thereby providing a snapshot of the real estate landscape at any given time.

With the rise of big data and data-driven decision making in the world of real estate, scraping SeLoger using Autom.dev's API provides an edge for businesses looking to stay competitive in today's market.

What Will We Scrape?

We will scrape the following ad data from SeLoger:

  • Property type
  • Price
  • Location (postal code, city, region)
  • Number of rooms
  • Property area (in square meters)
  • Number of photos
  • Property description
  • Listing type (private/professional)
  • Distribution type

Example for Scraping Product Data from SeLoger

Request

curl --location --request GET 'https://autom.dev/api/v1/seloger/product?query=https://www.seloger.com/list.htm?projects=1&types=1&places=[{%22divisions%22:[2238]},{%22inseeCodes%22:[750056]}]&price=NaN/1000&mandatorycommodities=0&enterprise=0&qsVersion=1.0&m=homepage_rent-redirection-search_results' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'
curl --location --request GET 'https://autom.dev/api/v1/seloger/product?query=https://www.seloger.com/list.htm?projects=1&types=1&places=[{%22divisions%22:[2238]},{%22inseeCodes%22:[750056]}]&price=NaN/1000&mandatorycommodities=0&enterprise=0&qsVersion=1.0&m=homepage_rent-redirection-search_results' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'

Response

{
  "list_name": "search_results",
  "price": 820,
  "estate_type": 1,
  "distribution_type": 1,
  "id": 200599319,
  "client_id": 42060,
  "client_type": "pro",
  "estate_postalcode": "78130",
  "nb_rooms": 2,
  "parent_site": "SL",
  "photos_nb": 10,
  "position": 24,
  "product_type": "estate",
  "product_variant": "classified",
  "space": 57.43,
  "referrer": "https://www.seloger.com/location.htm",
  "search": {
    "price_min": null,
    "price_max": 1000,
    "estate_space_min": null,
    "estate_space_max": null,
    "location": {
      "country": "FRA",
      "region": "Île-de-France",
      "department": "75",
      "city": "Paris",
      "postalcode": "75000"
    },
    "page_nb": 1,
    "results_nb": 10408,
    "search_type": "location",
    "sorting": "Sélection",
    "stricted_search": 0
  }
}
{
  "list_name": "search_results",
  "price": 820,
  "estate_type": 1,
  "distribution_type": 1,
  "id": 200599319,
  "client_id": 42060,
  "client_type": "pro",
  "estate_postalcode": "78130",
  "nb_rooms": 2,
  "parent_site": "SL",
  "photos_nb": 10,
  "position": 24,
  "product_type": "estate",
  "product_variant": "classified",
  "space": 57.43,
  "referrer": "https://www.seloger.com/location.htm",
  "search": {
    "price_min": null,
    "price_max": 1000,
    "estate_space_min": null,
    "estate_space_max": null,
    "location": {
      "country": "FRA",
      "region": "Île-de-France",
      "department": "75",
      "city": "Paris",
      "postalcode": "75000"
    },
    "page_nb": 1,
    "results_nb": 10408,
    "search_type": "location",
    "sorting": "Sélection",
    "stricted_search": 0
  }
}