CodableAIA Stacksona Company

URL Metadata Fetcher

Fetches a page and extracts title, description, og tags, and canonical URL in a stateless request.

Run tool

Form input

Output JSON


          

Work steps

    Inputs

    NameTypeRequiredDescription
    urlurlYesUrl

    Outputs

    NameTypeDescription
    titletextTitle
    descriptiontextDescription
    canonical_urlanyCanonical url
    open_graphanyOpen graph
    workarrayWork

    Sample request

    {
      "url": "https://example.com"
    }