Documentation

Version 1.0

GET https://api.pagemeta.io/v1/
  • Description
  • The main endpoint for the API.
    Basic example: https://api.pagemeta.io/v1/?page=google.com
Parameters Description
page Required The URL of the page you want to parse
api_key Optional Your API key. Unregistered users are limited to 100 requests per day
format Optional The format of the data returned. Defaults to: json (Currently in beta: xml)
data[] Optional Data you require, excludes everything else eg. data[]=title&data[]=images
GET https://api.pagemeta.io/v1/<data>/
  • Description
  • For returning just one set of data.
    Basic example: https://api.pagemeta.io/v1/images/?page=google.com will return all the images only
Parameters Description
data Required Data set you require, excludes everything else
page Required The URL of the page you want to parse
api_key Optional Your API key. Unregistered users are limited to 100 requests per day
format Optional The format of the data returned. Defaults to: json (Currently in beta: xml)
GET https://api.pagemeta.io/v1/me/
  • Description
  • Returns how many requests you have left and when they reset
Parameters Description
api_key Optional Your API key. Unregistered users are limited to 100 requests per day
format Optional The format of the data returned. Defaults to: json (Currently in beta: xml)
Data sets available
  • title
    Page title
  • description
    Meta description
  • language
    Meta language
  • author
    Meta author
  • keywords
    Meta keywords
  • robots
    Meta robots
  • viewport
    Meta viewport
  • tags
    Meta tags
  • canonical
    Canonical rel link
  • favicon
    Favicon link
  • appicon
    iOS/Android App icons
  • appicon
    iOS/Android App icons
  • opengraph
    Open graph properties
  • twitter
    Twitter properties
  • article
    Article properties
  • applinks
    Links to related device apps
  • linkeddata
    Linked Data (ld+json)
  • microdata
    Parsed microdata and schema
  • images
    All the images and properties on the page