Google Places Place Photos Scraper avatar

Google Places Place Photos Scraper

Pricing

from $10.00 / 1,000 pages

Go to Apify Store
Google Places Place Photos Scraper

Google Places Place Photos Scraper

Get photos and videos for a place by place_id

Pricing

from $10.00 / 1,000 pages

Rating

0.0

(0)

Developer

Data Direct

Data Direct

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Get photos and videos for a place by place_id. Returns photo URLs (standard and high-resolution), capture coordinates, and timestamps. Filter on the type field if you only want photos or only videos. Each page returns up to 10 items.

Features

  • Real-time Google Places data — results are fetched live at run time, never cached or stale
  • No login, cookies, or proxy configuration needed — just provide the input and run
  • Each result is pushed as a separate dataset item, exportable as JSON, CSV, or Excel
  • Fast: a typical run finishes in seconds

Input

FieldTypeRequiredDescription
place_idstringyesGoogle place_id, as returned by the Places Search endpoint
pagesintegernoNumber of pages to fetch and merge. Each page returns up to 10 items
countrystringno2-letter ISO 3166-1 alpha-2 region code
languagestringno2-letter ISO 639-1 language code

Pricing

This Actor is billed per page of results$0.01 per page.

  • Results come in pages. Use the pages input to choose how many pages to fetch (1–10); more pages means more results.
  • You pay $0.01 for each page you fetch, so pages: 3 costs $0.03 and pages: 1 costs $0.01.
  • You’re only charged when a run succeeds. Failed runs are free.

Example output

{
"photos": [
{
"photo_id": "CIABIhAViB6GuQB0Czq6u1UIyD60",
"type": "photo",
"photo_url": "https://lh3.googleusercontent.com/gps-cs-s/APNQkAH...",
"photo_url_large": "https://lh3.googleusercontent.com/gps-cs-s/APNQkAH...=w4280-h3407-k-no",
"video_thumbnail_url": null,
"latitude": 40.7546469,
"longitude": -73.9868158,
"photo_datetime_utc": "2026-05-30T00:00:00.000Z",
"photo_timestamp": 1780099200
},
{
"photo_id": "CIHM0ogKEICAgICGgNfJ4wE",
"type": "video",
"photo_url": "https://lh3.googleusercontent.com/gps-cs-s/...",
"photo_url_large": null,
"video_thumbnail_url": "https://lh3.googleusercontent.com/gps-cs-s/...=w640-h360-k-no",
"latitude": 40.7546795,
"longitude": -73.9870291,
"photo_datetime_utc": "2021-11-16T00:00:00.000Z",
"photo_timestamp": 1637020800
}
],
"count": 20,
"pages": 2
}

About

Maintained by Data Direct — a small suite of fast, reliable Google Places and web-data scrapers. Each actor returns clean, structured results with no login, cookies, or proxy setup required. Have a question or a custom data need? Open an issue on this actor.