OpenAlex integration (Data). Imported from open-connector.
https://api.openalex.org/works
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | A full-text search string sent with OpenAlex search. |
| filter | string | optional | An OpenAlex filter expression, such as publication_year:2024 or cited_by_count:… |
| sort | string | optional | An OpenAlex sort expression, such as cited_by_count:desc or publication_year:de… |
| cursor | string | optional | The OpenAlex cursor value for cursor pagination. Use * for the first page. |
| page | integer | optional | The OpenAlex page number for basic paging. |
| perPage | integer | optional | The number of records to return per page. |
| select | array | optional | Specific OpenAlex fields to return. |
| groupBy | string | optional | An OpenAlex field to group by, such as publication_year or institutions.country… |
| sample | integer | optional | The number of random records to sample. |
| seed | integer | optional | The seed used with OpenAlex random sampling. |
/{entity}/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| entity | string | required | The OpenAlex entity collection to query. |
| id | string | required | The OpenAlex entity identifier, such as W2741809807, A5023888391, or an OpenAle… |
/works/{id}
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | required | The OpenAlex entity identifier, such as W2741809807, A5023888391, or an OpenAle… |
/autocomplete
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | required | A full-text search string sent with OpenAlex search. |
| entity | string | optional | The OpenAlex entity collection to query. |
| perPage | integer | optional | The number of records to return per page. |