Skip to content

slv/PoOr.Scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

PoOr.Scraper is a PHP Script that returns json string with Open Graph Metatags from a given URL.

Example

http://www.example.com/index.php?id=www.domaintoscrape.com

return:

{
	"description": "URL Description",
	"title": "URL Title",
	"url": "URL",
	"img": [
		"http://www.domaintoscrape.com/logo.jpg",
		"http://www.domaintoscrape.com/head.jpg",
		"http://www.domaintoscrape.com/img_5.jpg",
		"http://www.anotherdomain.com/img.jpg"
	]
}

About

Simple PHP Script that parses, scrapes a given URL and return Open Graph Metatags, Title Tag, Descriptions and Images List of the given address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages