DeepAgent

Perigon

Real-time news API.

Real-time news API and web content data from 140,000+ sources. Structured and enriched by AI, primed for LLMs.

  • search news articles

  • search news stories (clusters of related news articles)

  • search people, companies, topics, and journalists

  • package: @deepagent/perigon

  • exports: class PerigonClient, namespace perigon

  • env vars: PERIGON_API_KEY

  • source

  • perigon api docs

Install

npm install @deepagent/perigon
yarn add @deepagent/perigon
pnpm add @deepagent/perigon

Usage

import { PerigonClient } from '@deepagent/perigon'

const perigon = new PerigonClient()
const res = await perigon.searchArticles({
  q: '"elon musk" AND tesla'
})

On this page