Weavz
OpenAlex

OpenAlex

Search OpenAlex scholarly works, authors, institutions, sources, funders, and topics.

10 tools
1 trigger

Tools

Name
search_works

Search OpenAlex scholarly works, including articles, books, datasets, and theses.

get_work

Get one OpenAlex work by OpenAlex ID, DOI URL, or DOI.

search_authors

Search OpenAlex disambiguated author profiles.

get_author

Get one OpenAlex author by OpenAlex ID.

search_institutions

Search OpenAlex research institutions and organizations.

get_institution

Get one OpenAlex institution by OpenAlex ID.

search_funders

Search OpenAlex funding agencies.

get_funder

Get one OpenAlex funder by OpenAlex ID.

search_sources

Search OpenAlex journals, repositories, conferences, and other sources.

get_source

Get one OpenAlex source by OpenAlex ID.

Triggers

Name
new_works

Poll for newly seen OpenAlex works matching a search and publication-date filter after the initial baseline.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('openalex', 'search_works', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'openalex',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect OpenAlex to my app?

OpenAlex does not require an external account connection. Install the SDK, add the integration to a workspace, then execute tools programmatically.

What tools does OpenAlex support?

OpenAlex supports 10 tools including Search Works, Get Work, Search Authors, Get Author, Search Institutions, and more.

Can I use OpenAlex with AI agents?

Yes. Add OpenAlex to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can OpenAlex be used in stateful agent workflows?

Yes. Agents can combine OpenAlex tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does OpenAlex use?

OpenAlex does not require external authentication.

How much does the OpenAlex integration cost?

The OpenAlex integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

What triggers does OpenAlex support?

OpenAlex supports 1 triggers including New Works.

Connect OpenAlex in minutes

Get 20,000 free action executions every month. No credit card required.