Integrate with or embed Funnelback search results

Funnelback provides a number of ways of accessing your search results. These range from Funnelback providing a full HTML response that fully formats the search results to returning the results as JSON or XML that can be consumed into another application.

What do you want to do?

Integrate with a full or partial HTML response

Link your search box to a full HTML response from Funnelback, or embed a partial HTML response from Funnelback within a page on your site.

See:

Integrate with search results JSON or XML

Communicate directly with Funnelback’s search results web service via a REST endpoint and receive the search results in JSON or XML format.

See:

Reference

Public search endpoints

HTML (or a templated text format) - search.html

Search results returned as HTML (or a templated text format), templated using Freemarker.

JSON - search.json

Searches returned as JSON. Includes full search data model.

XML - search.xml

Searches returned as XML. Includes full search data model.

JSON - all-results.json

Receive all search results as JSON. Includes only the search results data.

CSV - all-results.csv

Receive all search results as CSV. Includes only the search results data.