{jsonld:{}, mircodata:{}, meta:{}}
.&example=true
or just add
&example
.Param | Default | Description |
---|---|---|
render_js | false | Sometimes websites are Javascript rendered and only fully appear when loaded via a browser. Try this option if you get an empty result with the normal request. Since this request is more ressource intensive it's more limited. |
keep_params | false | By default we'll strip the query params from the url. This will cause unexpected results in some cases. Set to true if zou need the query params to get the correct website result. |
jsonld | false | Set to true if you only want the 'jsonld' property in the result. This can speed up the response time and can be used in conjunction with 'microdata' and 'meta'. |
microdata | false | Set to true if you only want the 'microdata' property in the result. This can speed up the response time and can be used in conjunction with 'jsonld' and 'meta'. |
meta | false | Set to true if you only want the 'meta' property in the result. This can speed up the response time and can be used in conjunction with 'jsonld' and 'microdata'. |
no_parse | false | You can also skip parsing all together and just request the html body by setting this to true. |