/api/visit endpoint fetches page content and returns one or more content representations.
Key parameters
url: target page URLinclude: list of content types to return
Using include
Use include: [...] to choose which content representations FetchFox should return for the page.
The default include set is:
Include options
Supported include values:raw: raw page HTMLhtml: normalized HTMLslim_html: reduced HTMLmarkdown: markdown conversiontext: text-only contenturls: links found on the pageimages: image URLs found on the pagejson_ld: JSON-LD blocksjson_blobs: JSON blobs found in the pagetimer: timing data
Example
include are returned in camelCase (for example, slim_html becomes slimHtml).