Skip to content

josephgoksu/metagrab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

metagrab

metagrab

Fast, lightweight metadata scraper for URLs. Written in Go. Perfect for embedding into Node.js, CLI tools, or microservices.

  • Fetches Title, Description, OpenGraph, Twitter meta tags
  • Tiny binary, ultra-fast execution
  • Smart field selection (bitmask-powered)
  • Ready for high-concurrency scraping

It might be useful for link preview generation, SEO crawlers, social sharing, AI agents

Build

go build -o metagrab cmd/main.go

Usage

./metagrab https://example.com

It's open source, so you can build it yourself

About

Fast, lightweight metadata scraper for URLs. Written in Go.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages