Booking.com Hotel Photos Scraper avatar

Booking.com Hotel Photos Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Booking.com Hotel Photos Scraper

Booking.com Hotel Photos Scraper

Export Booking.com property gallery URLs in one run—photo IDs and image links for listings, creatives, and content ops.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

PowerAI

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

1

Total users

1

Monthly active users

10 days ago

Last modified

Share

Download the gallery image list for one Booking.com property: each row is a photo ID and full image URL, plus the hotel ID and export time—handy for listings, creative pipelines, or audits without clicking through every picture.

Who it’s for

  • Marketing & content teams that need official property imagery references.
  • Partnerships & supply roles comparing how properties present visually.
  • Product & data workflows that join photos to search or review exports by hotel_id.

What you can do with it

  • Pull every gallery URL returned for a property in a single request (see maximum results if you need a smaller sample).
  • Keep a dated snapshot of which images were available when you ran the Actor.

How it works (in plain terms)

You pass the hotel (property) ID from your Booking data flow. The service returns one batch of photos; the Actor writes one dataset row per image and can cap how many rows you keep if you only need the first N links.

Input

FieldRequiredWhat it means
Hotel ID (hotel_id)YesThe property identifier (same as in hotel search for that listing).
Maximum results (maxResults)NoOptional cap on how many photo rows to save if the gallery is large (default 10000).

Output

  • One row per photo (until your cap): image id, full url, repeated hotel_id for easy joins, and scrapedAt for the export time.
  • Image URLs are long and may change or expire; treat them as a point-in-time reference.

Sample output (one dataset row, trimmed)

{
"id": 762637427,
"url": "https://cf.bstatic.com/xdata/images/hotel/square1024/762637427.jpg?k=213980e8276fc2cc12454d070fbc4c45866b99579fbf3e760059a92ea9482f3f&o=",
"hotel_id": "5955189",
"scrapedAt": "2026-03-25T12:00:00.000Z"
}

Good to know

  • Wrong or inactive hotel IDs can yield empty results.
  • Use data in line with Booking.com’s terms and the laws that apply to you.