Page Meta

Page Meta

Info about any URL on the internet

Convert plain URL in rich-preview cards or extract page info

Use cases: display Info Cards for links in a article, show rich preview for links in messaging apps or extract info from a user-submitted URL

Pricing · API documentation


API examples

$ curl https://apis.blue/page-meta?url=https://store.google.com

{
  "site": {
    "secure": true,
    "url": "https://store.google.com",
    "icon": "https://www.gstatic.com/images/branding/product/1x/googleg_96dp.png",
    "language": "es",
    "responsive": true,
    "name": "Google Store"
  },
  "page": {
    "type": "website",
    "url": "https://store.google.com",
    "title": "Google Store",
    "description": "Official Google Store for Google devices and accessories. Pixel 2, the Google Home family, Chromecast, Google Wifi, Daydream View, Google Pixelbook, Google Clips, and more ",
    "keywords": "Pixel 2, Google Home, Google Wifi, Chromecast Ultra, Chromecast, Chromecast Audio, Pixelbook, Daydream View",
    "image": {
      "url": "https://lh3.googleusercontent.com/WZjSqWzq8e2eYV3ELbWoARZs19nf_22xfrUK9BecYixzuKeMZQYqgGsXUwPbDr5cHNWVLyMg-wwO_S3HoFPmPQ=w1000"
    }
  },
  "profile": []
}