(article token__2518__auto__ url__2519__auto__ & opts__2520__auto__)
Extract clean article text from news article, blog post and similar text-heavy web pages. The list of available fields can be found at http://www.diffbot.com/products/automatic/article/
The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory:
Extract clean article text from news article, blog post and similar text-heavy web pages. The list of available fields can be found at http://www.diffbot.com/products/automatic/article/ The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory: * token - to access the API * url - to parse Optional: * callback - for JSONP requests * timeout - in ms, default is no timeout * fields - a list of fields to be returned in the response.
(build-request-url call-type
token
url
&
{:keys [api-url api-version fields timeout callback]})
(call-api url req content)
(defapi name documentation)
(frontpage token__2518__auto__ url__2519__auto__ & opts__2520__auto__)
Take in a multifaceted “homepage” and returns individual page elements. The list of available fields can be found at http://www.diffbot.com/products/automatic/frontpage/
The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory:
Take in a multifaceted “homepage” and returns individual page elements. The list of available fields can be found at http://www.diffbot.com/products/automatic/frontpage/ The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory: * token - to access the API * url - to parse Optional: * callback - for JSONP requests * timeout - in ms, default is no timeout * fields - a list of fields to be returned in the response.
(image token__2518__auto__ url__2519__auto__ & opts__2520__auto__)
Analyze a web page and returns its primary image(s). The list of available fields can be found at http://www.diffbot.com/products/automatic/image/
The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory:
Analyze a web page and returns its primary image(s). The list of available fields can be found at http://www.diffbot.com/products/automatic/image/ The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory: * token - to access the API * url - to parse Optional: * callback - for JSONP requests * timeout - in ms, default is no timeout * fields - a list of fields to be returned in the response.
(product token__2518__auto__ url__2519__auto__ & opts__2520__auto__)
Analyze a shopping or e-commerce product page and returns information on the product. The list of available fields can be found at http://www.diffbot.com/products/automatic/product/
The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory:
Analyze a shopping or e-commerce product page and returns information on the product. The list of available fields can be found at http://www.diffbot.com/products/automatic/product/ The Diffbot API is fairly structured with two mandatory parameters and three optional. Mandatory: * token - to access the API * url - to parse Optional: * callback - for JSONP requests * timeout - in ms, default is no timeout * fields - a list of fields to be returned in the response.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close