Skip to content

Thumbtacked/embeds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thumbtacked Embed Service

Microservice for scraping HTML metadata and proxying media.

Endpoints

GET /

Responds with the server status.

JSON Response

name description
version The server version.
description Purpose of the server.
GET /metadata

Scrapes the metadata at a specific URL.

Query Parameters

name description
url The URL of an HTML document to process.

JSON Response

name description
url The URL of the processed page, taking into account redirects and proper formatting.
title The title of the processed HTML document.
description The description for the processed HTML document.
image The URL of the OpenGraph image.
favicon The URL of the website favicon.
GET /fetch

Fetches the media content at specific URL.

Query Parameters

name description
url The URL of the page to process.

Raw Response

The raw bytes content of the media being fetched, with the appropriate Content-Type header.

About

Microservice for scraping HTML metadata and proxying media.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages