← All APIs

SearchApi

byAPI3Premium Sponsored?Fees are sponsored by AirnodeHub during the early accessAirnode v0.1.0

SearchApi runs a query on somebody else's search engine and answers with the result page as data rather than as HTML. This Airnode wraps it, so a consumer receives what an engine answered with a signature saying this Airnode obtained it from SearchApi at this time, rather than trusting a screenshot or a scrape of their own.

Every search goes to one endpoint and names its engine, which is SearchApi's own shape, so the engine is a parameter here rather than an operation. What comes back below the metadata differs per engine and is left undeclared for that reason: the metadata is the part every engine shares, and it is what says which engine answered and when.

Every response carries an EIP-191 signature from the Airnode that served it, so the data can be attributed back to its source rather than trusted on reputation.

Interface

Served at https://airnode-searchapi.fly.dev/. The two requests below are everything the endpoint speaks, and each can be sent from this page. What comes back is verified right here in the browser.

GET /

Returns the machine-readable documentation this page is rendered from. Free, and everything an agent needs.

POST /

Names an operation and its parameters, performs it against the upstream API, and answers with the response and the attestation over it.

Verify the response

Every response is signed by the API that served it. Paste one to check it really came from this listing and was not altered along the way.