Image extracting tool
This tool can automatically extract images from any web page.
How to use the image extracting tool
To use the image extracting tool, make a HTTP GET request based on the following endpoint
https://parsebot.com/api/v1/extract
Required parameters
These parameters must be sent along with the request.
url
Url to the page that should to be extracted.. (url should be encoded)
Example request
Let's make an example request using the following parameters
https://parsebot.com/api/v1/extract?key=Ajdj02399iunjd2342jn34342nn&tool=image&url=http%3A%2F%2Fexample.com
Response returned when using the article extractor tool
Data is always returned in JSON format... Response returned includes requests(meta-data for the specific request) and objects(array of extracted contents from the page).
Some of the fields returned after every successful request...
type
Type of content returned (image).
url
Direct link to the image.
title
Title of the image.
naturalHeight
Original height of the image.
naturalWidth
Original width of the image.
humanLanguage
Language of the page.