TagConjurer

Unveil the Magic Within HTML Content

Request

curl -G "https://tagconjurer.robgordijn.dev/get" \
  --data "url=https://laravel.com" \
  --data "tag=<title>"
            

Response

{
   "success": true,
   "value": "Laravel - The PHP Framework For Web Artisans",
   "errors": []
}