Sign in

Image search (XML)

documented

Perform an image search and receive results in XML.

GET /images-xmlYandex.XMLno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://yandex.com/images-xml?folderid={{$folder_id}}&apikey={{YANDEX_API_KEY}}&text={{$text}}&groupby={{$groupby}}&p={{$page}}&fyandex={{$fyandex}}&site={{$site}}&itype={{$itype}}&iorient={{$iorient}}&isize={{$isize}}&icolor={{$icolor}}" \
  -X GET \
  -H "Accept: application/xml" \
  -H "User-Agent: keychains/1.0"