Flickr Scraper avatar

Flickr Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Flickr Scraper

Flickr Scraper

Scrapes Flickr public photo search results by tag and extracts photo titles, authors, image URLs, publication dates, and photo links. Exports data in JSON, CSV, Excel, XML, or RSS.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Input

FieldTypeDefaultNotes
querystringsunsetTag(s) to search. Multiple tags can be comma-separated.
pagesinteger1Kept for compatibility only — see note below.
proxyConfigurationobjectno proxyOptional; the public feed is open and needs no key.
{
"query": "sunset",
"pages": 1,
"proxyConfiguration": { "useApifyProxy": false }
}

Output

Each dataset item has exactly the fields the original scraper yields:

{
"site": "flickr",
"title": "Golden hour over the bay",
"author": "nobody@flickr.com (\"photographer\")",
"link": "https://www.flickr.com/photos/.../.../",
"image": "https://live.staticflickr.com/....._m.jpg",
"published": "2026-01-02T18:30:00Z",
"page": 1
}