extractr docs
Platform

Suggest apps/sites to request

GET
/provider-requests/suggest

Typeahead for the "request a provider" flow: matching apps with their icons, from a public app index. Public — no authentication required.

Query Parameters

q*string

What the user has typed so far.

Length1 <= length <= 120

Response Body

application/json

application/json

curl -X GET "https://example.com/provider-requests/suggest?q=spotify"
{  "suggestions": [    {      "name": "Spotify",      "iconUrl": "https://is1-ssl.mzstatic.com/…/512x512.png",      "url": "https://www.spotify.com",      "kind": "app"    }  ]}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}