Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 963 Bytes

File metadata and controls

40 lines (27 loc) · 963 Bytes

🕷 PHP Web Scraper Tool

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.


✅ Features

  • Input any public URL via form
  • Extract:
    • Title (<title>)
    • Meta description (<meta name="description" or og:description>)
    • Image (og:image)
  • Store scraped data in data/scrapedData.json
  • Clean UI with responsive layout
  • UTF-8 compatible (works great with Greek, Cyrillic, etc.)

📸 Demo

Input Form Scraping Result
form result

🛠 How to Run Locally

  1. Install XAMPP
  2. Clone or download this repo into your htdocs folder:

🚀 Bonus Ideas for Extension

  • Export to CSV
  • Add error logs
  • Support JSON-LD or structured data
  • Add favicon or dark mode