← Text & Content Tools

URL Screenshot

GET /link/screenshot

Extract metadata from a URL plus capture a screenshot image. Returns the same data as link preview with an additional screenshot URL.

Parameters

url required

URL to screenshot

Example Requests

Basic usage
curl "https://nordapi.ee/api/v1/link/screenshot?url=https://github.com"

Live Response

{
  "data": {
    "author": "GitHub",
    "date": "2026-05-10T18:30:29.000Z",
    "description": "Join the world’s most widely adopted, AI-powered developer platform where millions of developers, businesses, and the largest open source community build software that advances humanity.",
    "image": {
      "height": 630,
      "url": "https://images.ctfassets.net/8aevphvgewt8/4pe4eOtUJ0ARpZRE4fNekf/f52b1f9c52f059a33170229883731ed0/GH-Homepage-Universe-img.png",
      "width": 1200
    },
    "lang": "en",
    "logo": {
      "url": "https://github.githubassets.com/assets/apple-touch-icon-180x180-a80b8e11abe2.png"
    },
    "publisher": "GitHub",
    "screenshot": "https://iad.microlink.io/8IIxMUD8fmeRPkgQriKWFKhQuaanD2sJaIAvGOmmbhq4z0i_nOz0LVoN7hZYevuISKJDFlOsKu9eIKN7uu6llg.png",
    "title": "GitHub · Change is constant. GitHub keeps you ahead.",
    "url": "https://github.com/"
  },
  "success": true
}