arXiv integration (Data). Imported from open-connector.
https://export.arxiv.org/api/query
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | The arXiv search query, using the official query syntax such as all:graphene or… |
| start | integer | optional | The zero-based result offset to request. |
| maxResults | integer | optional | The maximum number of papers to return. |
| sortBy | string | optional | The arXiv sort field. |
| sortOrder | string | optional | The arXiv sort direction. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| author | string | required | The author name to search for in arXiv author fields. |
| start | integer | optional | The zero-based result offset to request. |
| maxResults | integer | optional | The maximum number of papers to return. |
| sortBy | string | optional | The arXiv sort field. |
| sortOrder | string | optional | The arXiv sort direction. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| title | string | required | The title text to search for in arXiv title fields. |
| start | integer | optional | The zero-based result offset to request. |
| maxResults | integer | optional | The maximum number of papers to return. |
| sortBy | string | optional | The arXiv sort field. |
| sortOrder | string | optional | The arXiv sort direction. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| abstractQuery | string | required | The text to search for in arXiv abstract fields. |
| start | integer | optional | The zero-based result offset to request. |
| maxResults | integer | optional | The maximum number of papers to return. |
| sortBy | string | optional | The arXiv sort field. |
| sortOrder | string | optional | The arXiv sort direction. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | optional | The text to search for across all arXiv fields. |
| author | string | optional | The author name to search for in arXiv author fields. |
| title | string | optional | The title text to search for in arXiv title fields. |
| abstractQuery | string | optional | The text to search for in arXiv abstract fields. |
| category | string | optional | The arXiv category term to query, such as cs.AI, cs.LG, math.CO, or physics.opt… |
| start | integer | optional | The zero-based result offset to request. |
| maxResults | integer | optional | The maximum number of papers to return. |
| sortBy | string | optional | The arXiv sort field. |
| sortOrder | string | optional | The arXiv sort direction. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| id | string | optional | The arXiv identifier to fetch, such as 2301.00001 or 2301.00001v1. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| ids | array | required | The arXiv identifiers to fetch. |
| maxResults | integer | optional | The maximum number of papers to return. |
/query
| Param | Type | Required | Description |
|---|---|---|---|
| category | string | required | The arXiv category term to query, such as cs.AI, cs.LG, math.CO, or physics.opt… |
| start | integer | optional | The zero-based result offset to request. |
| maxResults | integer | optional | The maximum number of papers to return. |
| sortOrder | string | optional | The arXiv sort direction. |