New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

everythingstructured

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

everythingstructured

Turn anything into structured data. One function.

latest
npmnpm
Version
0.0.7
Version published
Maintainers
1
Created
Source
Everything Structured

Everything Structured

Turn anything into structured data. One function.

Docs · Get API Key

What is Everything Structured?

Everything Structured lets you turn any input into any output format with a single function call.

Hand it a URL, PDF, image, audio file, or plain text. Tell it what you want back. Get clean data.

No parsing. No prompt engineering. Just works.

Install

npm install everythingstructured

Quick Start

import structure from 'everythingstructured'

const result = await structure.run({
  input: 'Sarah Chen, Senior PM at Acme. Email: sarah@acme.com',
  output: { name: 'string', title: 'string', email: 'string' }
})

// { name: "Sarah Chen", title: "Senior PM", email: "sarah@acme.com" }

Setup

Get your API key at everythingstructured.com/dashboard:

STRUCTURE_API_KEY=sk-xxx

Inputs and Outputs

Works with any input: text, URLs, PDFs, images, audio, video, JSON, CSV, DOCX, XLSX.

Returns whatever shape you define, or a preset like text, markdown, csv, json, or summary.

Docs

Visit everythingstructured.com/docs for the full API reference and examples.

Keywords

structure

FAQs

Package last updated on 04 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts