Skip to content

Files

Latest commit

7ffe27b · Oct 17, 2016

History

History
19 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

19 lines (13 loc) · 1.07 KB

Image Parser

Image Parser (or Image Extractor) is a web-application which extracts all the images on any public URL. You just need to enter the name (URL) of the website and you get all the images which are visible and added in CSS files for that page.

It works for almost all of websites and extracts all the images.

Same can be done as an API. You simply need to provide the url of the page you want to extract as parameter and you will get the URLs of all the images as a JSON Array as response.

URL : http://www.prabhakargupta.com/projects/image-extractor/


API URL : http://prabhakargupta.com/projects/image-extractor/extract.php

Contributors