An example api call is:
https://api.flickr.com/services/feeds/photos_public.gne?tags=dog&tagmode=any&format=json
Which only returns 20 images. Is there a way to get the next 20 images, or load more images?
It's API page doesn't say anything: https://www.flickr.com/services/feeds/docs/photos_public/
But I found another query to work with:
This one has all you need, including tag (text param), page and per_page. I think you should to sing up your app here and you gonna to receive your own api_key.