Skip to content

It is a web-app which extracts all the images on any web link. Just enter the name of the website and get all the images which are visible on that page

Notifications You must be signed in to change notification settings

jsjqian/image-extractor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Parser

Image Parser 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

About

It is a web-app which extracts all the images on any web link. Just enter the name of the website and get all the images which are visible on that page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.7%
  • CSS 6.3%