This is a simple yet professional web scraper built with pure PHP.
It extracts the title, meta description, and preview image from any public webpage.
- Input any public URL via form
- Extract:
- Title (
<title>
) - Meta description (
<meta name="description" or og:description>
) - Image (
og:image
)
- Title (
- Store scraped data in
data/scrapedData.json
- Clean UI with responsive layout
- UTF-8 compatible (works great with Greek, Cyrillic, etc.)
Input Form | Scraping Result |
---|---|
![]() |
![]() |
- Install XAMPP
- Clone or download this repo into your
htdocs
folder:
- Export to CSV
- Add error logs
- Support JSON-LD or structured data
- Add favicon or dark mode