Eklo Hotels Ad
Eklo Hotels Ad

Eklo Hotels Ad API

Fetch a single Eklo Hotels property in real time with rooms, amenities, photos, address, and ratings as structured JSON.
Private access
Public access
72
k requests
45
votes
▶ Try for freeGet it customized
50 free credits, no credit card required
Under maintenance
Access to this API endpoint is temporary suspended due to technical maintenance, please come back later.
Browse alternatives
Request accessGet it customized
Access to this API endpoint is limited, submit a request to gain access

Header

x-api-key required

string

This parameter defines the Piloterr private key to use for authentification.

Parameters

query

string

Eklo Hotels property URL or destination slug. Example: https://www.eklohotels.com/eklo-bordeaux or eklo-lyon.

Sign up now and enjoy 50 free API credits + full access to our premium features and tools.
Request access to this private endpoint and unlock 50 free API requests, along with unrestricted use of our public API endpoints and in-house proxy pool.
This endpoint is under maintenance
Access to this API endpoint is temporary suspended due to technical maintenance, please come back later.
Browse alternatives

Get Real-Time Eklo Hotels Data via API, No Infrastructure Required

The Piloterr Eklo Hotels Ad API returns the full descriptor of one of the 10 Eklo properties across France. Pass a destination slug or the full eklohotels.com URL and Piloterr fetches the live hotel page behind its anti-bot layer, then maps every block into a typed JSON object: address, geocoordinates, number of rooms, restaurant onsite, parking, pet policy, room categories with surface and bed setup, lowest publicly displayed rate per room, guest rating window, Green Key eco-certification, and the high-resolution image gallery. The data is read live on every call, so updates published by Eklo (new room category, refreshed gallery, new opening date) appear in the very next response.

Application Scenarios for the Eklo Hotels Ad API

  1. French hotel directory: Build a complete French hotel directory that lists each Eklo property with rooms, surface in m², onsite restaurant, parking, and Green Key certification.
  2. Corporate booking tool: Refresh a corporate booking tool with structured room categories and amenity tags so travel coordinators can match employee profiles (solo traveler, family relocation, contractor on long stay) to the right room category.
  3. Sustainable travel media: Power a sustainable travel media site that surfaces eco-certified hotels in French cities with verified Green Key status and onsite low-carbon amenities.
  4. Transit-aware finder: Run a transit-aware accommodation finder that recommends Eklo properties within 500 metres of a tram or train station for travellers without a car.
  5. Competitor benchmarking: Compare Eklo Hotels descriptors against direct competitors (B&B Hotels, Greet, ibis budget) using identical schemas so price-to-amenity ratios become directly comparable.

Why Use Piloterr Instead of Building Your Own Scraper

  1. No anti-bot management: Eklo Hotels sits behind anti-bot protection that blocks automated requests. Piloterr handles the bypass transparently on every call.
  2. Real-time data: Every call returns live data fetched from Eklo Hotels at the moment of the request, not a cached snapshot.
  3. Structured JSON: No HTML parsing, no fragile selectors. The response schema is stable, typed, and documented.
  4. No infrastructure costs: No proxy pool to buy, no headless browser cluster to maintain. Pay only for successful requests.

One Piloterr subscription gives access to the full public API catalog, including the Eklo Hotels Ad endpoint. See the API documentation for authentication and parameters.

Start Collecting Eklo Hotels Data Today

Sign up for a free trial and get 50 free credits with no credit card required. See pricing to find the plan that fits your volume.

GET
POST
api.piloterr.com
/v2/eklohotels/ad
Response
{
  "slug": "eklo-bordeaux",
  "name": "Eklo Bordeaux",
  "url": "https://www.eklohotels.com/eklo-bordeaux",
  "brand": "Eklo Hotels",
  "description": "Located on the right bank of the Garonne, Eklo Bordeaux brings the chain's hybrid hotel concept to the Brazza district. Compact, Classic, Family rooms and dormitory beds share a vibrant ground floor with the French Kiss restaurant, a coworking nook and an outdoor terrace.",
  "opened_on": "2022-04-04",
  "number_of_rooms": 130,
  "number_of_floors": 5,
  "address": "26 Quai de Brazza, 33100 Bordeaux, France",
  "city": "Bordeaux",
  "postal_code": "33100",
  "region": "Nouvelle-Aquitaine",
  "country": "France",
  "latitude": 44.8536,
  "longitude": -0.547,
  "nearby_transit": [
    {
      "name": "Brazza tram stop (Line A)",
      "distance_m": 280
    },
    {
      "name": "Gare Saint-Jean",
      "distance_m": 2600
    }
  ],
  "phone": "+33 5 33 09 03 50",
  "email": "bordeaux@eklohotels.com",
  "reception_hours": "Open 24/7",
  "rooms": [
    {
      "room_type": "solo",
      "name": "The Solo",
      "surface_m2": 8,
      "max_occupancy": 1,
      "bed_setup": "Single bed",
      "amenities": [
        "private-bathroom",
        "tv",
        "air-conditioning",
        "desk"
      ],
      "lowest_rate_eur": 59.0,
      "images": [
        "https://cdn.eklohotels.com/bordeaux/rooms/solo_01.jpg",
        "https://cdn.eklohotels.com/bordeaux/rooms/solo_02.jpg"
      ]
    },
    {
      "room_type": "compact",
      "name": "The Compact",
      "surface_m2": 11,
      "max_occupancy": 2,
      "bed_setup": "Double bed",
      "amenities": [
        "private-bathroom",
        "tv",
        "air-conditioning",
        "desk"
      ],
      "lowest_rate_eur": 79.0,
      "images": [
        "https://cdn.eklohotels.com/bordeaux/rooms/compact_01.jpg",
        "https://cdn.eklohotels.com/bordeaux/rooms/compact_02.jpg"
      ]
    },
    {
      "room_type": "classic",
      "name": "The Classic",
      "surface_m2": 13,
      "max_occupancy": 2,
      "bed_setup": "Double bed",
      "amenities": [
        "private-bathroom",
        "tv",
        "air-conditioning",
        "desk",
        "wifi"
      ],
      "lowest_rate_eur": 94.0,
      "images": [
        "https://cdn.eklohotels.com/bordeaux/rooms/classic_01.jpg",
        "https://cdn.eklohotels.com/bordeaux/rooms/classic_02.jpg"
      ]
    },
    {
      "room_type": "family",
      "name": "The Family",
      "surface_m2": 22,
      "max_occupancy": 6,
      "bed_setup": "Double bed + cabin beds",
      "amenities": [
        "private-bathroom",
        "tv",
        "air-conditioning"
      ],
      "lowest_rate_eur": 135.0,
      "images": [
        "https://cdn.eklohotels.com/bordeaux/rooms/family_01.jpg",
        "https://cdn.eklohotels.com/bordeaux/rooms/family_02.jpg"
      ]
    },
    {
      "room_type": "women-dormitory",
      "name": "Women's Dormitory",
      "surface_m2": null,
      "max_occupancy": 1,
      "bed_setup": "Cabin bed in 6-bed dormitory",
      "amenities": [
        "private-bathroom",
        "air-conditioning"
      ],
      "lowest_rate_eur": 27.0,
      "images": [
        "https://cdn.eklohotels.com/bordeaux/rooms/women_dorm_01.jpg"
      ]
    }
  ],
  "amenities": [
    "bar",
    "restaurant",
    "coworking-space",
    "bike-parking",
    "event-space",
    "terrace",
    "playroom",
    "luggage-storage",
    "wifi"
  ],
  "restaurant": {
    "name": "French Kiss Bordeaux",
    "cuisine": "French bistro and street food",
    "phone": "+33 5 33 09 03 51"
  },
  "parking": {
    "available": true,
    "type": "paid",
    "price_eur_per_day": 12.0
  },
  "pet_policy": "Pets allowed on request, supplement of 10 EUR per night",
  "check_in_time": "15:00",
  "check_out_time": "11:00",
  "ratings": {
    "guest_rating": 8.6,
    "rating_period": "February 2026",
    "eco_certifications": [
      "Green Key"
    ]
  },
  "images": [
    "https://cdn.eklohotels.com/bordeaux/hero_01.jpg",
    "https://cdn.eklohotels.com/bordeaux/lobby_01.jpg",
    "https://cdn.eklohotels.com/bordeaux/terrace_01.jpg",
    "https://cdn.eklohotels.com/bordeaux/restaurant_01.jpg"
  ]
}
Premium
$49/mo
Free trial (50 credits once)
18,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
7 requests per second
Clean & parsed data
Email support
Premium+
$99/mo
Free trial (50 credits once)
40,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
10 requests per second
Clean & parsed data
Email support
Startup
$249/mo
Free trial (50 credits once)
110,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
15 requests per second
Clean & parsed data
Email & chat support
Startup+
$499/mo
Free trial (50 credits once)
230,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
20 credits per second
Clean & parsed data
Chat & Email support
Enterprise+
$999/mo
Free trial (50 credits once)
530,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
30 credits per second
Clean & parsed data
Account manager
Custom
+$2,000/mo
Tailored for your needs
Custom credits count
Custom requests rate
Clean & parsed data
Account manager
Premium
45€/mo
Free trial (50 credits once)
18,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
7 requests per second
Clean & parsed data
Email support
Premium+
89€/mo
Free trial (50 credits once)
40,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
10 requests per second
Clean & parsed data
Email support
Startup
229€/mo
Free trial (50 credits once)
110,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
15 requests per second
Clean & parsed data
Email & chat support
Startup+
459€/mo
Free trial (50 credits once)
230,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
20 requests per second
Clean & parsed data
Chat & Email support
Enterprise+
919€/mo
Free trial (50 credits once)
530,000 credits
1 credit = standard API request
2 credits = JS rendering API request
3 credits = WebUnlocker API request
30 requests per second
Clean & parsed data
Account manager
Custom
$2,000/mo
Tailored for your needs
Unlimited requests
Custom requests rate
Clean & parsed data
Account manager

Get 50 free credits when signing-up

Use Piloterr's private proxy pool

How do credits work? Check our documentation page
Accepted payment methods:
Free plan
$0/mo
1 credit = 1 video
10 credits once
1 request per second
2 users
Priority support
Startup
$299/mo
1 credit = 1 video
2,000 credits per month
3 requests per second
5 users
Priority support
Enterprise
$999/mo
1 credit = 1 video
10,000 credits per month
5 requests per second
5 users
Account manager
Get 10% off when buying annual subscriptions, contact us to get started.
Accepted payment methods:
Starter
$50.00
$1.00 = 1,000 requests
50,000 requests
1 request = 1 search
1 year credits roll-over
Real-time results
Custom query location
Email support
Premium
$1,250.00
$0.50 = 1,000 requests
2,500,000 requests
1 request = 1 search
1 year credits roll-over
Real-time results
Custom query location
Email support
Ultimate
$3,750.00
$0.30 = 1,000 requests
12,500,000 requests
1 request = 1 search
1 year credits roll-over
Real-time results
Custom query location
Email support
Get 10% off when buying annual subscriptions, contact us to get started.
Accepted payment methods:

Get 50 free credits now!

Sign up now and enjoy 50 free API credits + full access to our premium endpoints!

"5* tool, reliable and efficient - works perfectly to collect Google data. Bonus, the support is really responsive."

Corentin Robert

Growth

"With Piloterr, testing an idea has gone from a few days to a few hours 🤯 The apis are super stable, respond quickly, they take care of proxies / infra...and are super responsive and add new APIs regularly based on our needs. It's a dream! Thanks guys!"

La Growth Machine

Brice, CEO

"Piloterr is very reliable, love the team reactivity - this is my favorite API marketplace for data scraping."

Lemlist

Lucas, Growth Manager

Frequently asked questions

Everything you need to know about our products & services.

Are Piloterr solutions secured and GDPR compliant?

We have implemented industry-standard security measures to ensure the safety of your data. Our platform uses SSL encryption to protect your API requests. We're also fully aligned with GDPR and CCPA compliance standards.

How frequently are new APIs added, can I suggest new ones?

We are always adding new APIs to our platform based on customer demand and emerging technologies. If you have a specific API you would like us to add, please contact our support team and let us know.

Can I upgrade, downgrade and cancel anytime?

Active plans can be upgraded, downgraded and cancelled anytime. Changes are immediate. When changing plan, the remaining unused requests of your current plan are added from your next invoice amount.

What is your cancellation policy?

We understand that things change. You can cancel your plan at any time and we’ll refund you the difference that you already paid (annual subscriptions only and under the terms described here).

Do my unused credits rollover to the next month?

Your monthly subscription restarts with your monthly allowance of successful search credits on the first day of your billing cycle's subscription.

Do you offer technical support for users?

Yes! We are always happy to help users to be able to use our API! You can chat us and we'll try and get back to you within a single business day.

How credits API calls are calculated?

Only successful requests are counted towards your monthly searches. Errored and failed searches are not. For the credit system, please consult our documentation.

Can I request custom API endpoints?

Of course! We are always expanding our code and building new APIs for different search engines. You can create a feature request on our Roadmap. We aren't able to build APIs for every websites for a variety of reasons but we do always make additions where they are needed and able to be done.