---
title: "GET /webpage-info/scrape"
method: GET
path: "/webpage-info/scrape"
tags: ["helper"]
---

# GET /webpage-info/scrape

`GET /webpage-info/scrape`

Returns web page info about the page scraped by `location`, `youtubeVideoId` or `stackoverflowQuestionId`

## Query parameters

- `location` string
- `youtubeVideoId` string
- `stackoverflowQuestionId` string

## Response `200`

contains details about the web page, youtube video or stackoverflow question

- WebpageInfo
  - `title` string
  - `metaDescription` string
  - `tags` string[] — these are avaialble for youtube videos and stackoverflow questions
  - `publishedOn` string, date

## Other responses

- `403` — Access token is missing or invalid

---

[API](https://skmtc.dev/codeverdotdev/apis/codever-api.md) · [All operations](https://skmtc.dev/codeverdotdev/apis/codever-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/codeverdotdev/codever-api/revisions/479a3dd64e1f/schema)
