Paul Hoskinson (plhosk@gmail.com)
- I can get the image URLs, alt text and page urls for a set of images relating to a given search string.
- I can paginate through the responses by adding a ?offset=20 parameter to the URL.
- I can get a list of the most recently submitted search strings.
- Image search for "sail boat":
/api/imagesearch/sail+boat
- Page 2 of above results (20 results per page):
/api/imagesearch/sail+boat?offset=20
- See the 10 most recent search requests:
/api/latest/imagesearch
- Results are returned in JSON format.
- Node
- Express
- MongoDB
- Microsoft Cognitive Services Search API