zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
Search Tools/arXiv
Logo arXiv

arXiv

Searches an open-access repository of scientific preprints and returns paper metadata.

1 endpoint1 endpoint on this scraper10 calls10 calls so farupdated 4 months agoLast updated 5/27/2026, 1:33:54 PMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Search

Returns matching preprints with titles, authors, abstracts, and links for a query.

GET/v1/search-tools:arxiv/search5m cache3 paramschecking key…
Parameters
querystringrequired

Search keyword

countnumber

Results per page 1-30 (default 10)

pagenumber

Result page (default 1, max 50)

·
Response
EXAMPLE
{
  "page": 1,
  "count": 5,
  "items": [
    {
      "url": "http://arxiv.org/abs/2201.00978v1",
      "title": "PyramidTNT: Improved Transformer-in-Transformer Baselines with Pyramid Architecture",
      "pdfUrl": "https://arxiv.org/pdf/2201.00978v1",
      "source": "arxiv.org",
      "authors": [
        "Kai Han",
        "Jianyuan Guo",
        "Yehui Tang"
      ],
      "summary": "Transformer networks have achieved great progress for computer vision tasks. Transformer-in-Transformer (TNT) architecture utilizes inner transformer and outer transformer to extra…",
      "publishedAt": "2022-01-04T04:56:57Z"
    },
    {
      "url": "http://arxiv.org/abs/2104.11502v1",
      "title": "Learning to Cluster Faces via Transformer",
      "pdfUrl": "https://arxiv.org/pdf/2104.11502v1",
      "source": "arxiv.org",
      "authors": [
        "Jinxing Ye",
        "Xioajiang Peng",
        "Baigui Sun"
      ],
      "summary": "Face clustering is a useful tool for applications like automatic face annotation and retrieval. The main challenge is that it is difficult to cluster images from the same identity …",
      "publishedAt": "2021-04-23T09:43:36Z"
    },
    {
      "url": "http://arxiv.org/abs/2404.05657v1",
      "title": "MLP Can Be A Good Transformer Learner",
      "pdfUrl": "https://arxiv.org/pdf/2404.05657v1",
      "source": "arxiv.org",
      "authors": [
        "Sihao Lin",
        "Pumeng Lyu",
        "Dongrui Liu"
      ],
      "summary": "Self-attention mechanism is the key of the Transformer but often criticized for its computation demands. Previous token pruning works motivate their methods from the view of comput…",
      "publishedAt": "2024-04-08T16:40:15Z"
    }
  ],
  "total": 174551,
  "hasMore": true,
  "nextPage": 2
}

Code

Search
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("search-tools:arxiv", "search", {
  "query": "transformer",
  "count": 10,
  "page": 1
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Search/v1/search-tools:arxiv/search
3 params

Parameters

querystringrequired
Search keyword
countnumberoptional
Results per page 1-30 (default 10)
pagenumberoptional
Result page (default 1, max 50)

Request

curl -X GET "https://api.zapi.ink/v1/search-tools:arxiv/search?query=transformer&count=10&page=1" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "page": 1,
  "count": 5,
  "items": [
    {
      "url": "http://arxiv.org/abs/2201.00978v1",
      "title": "PyramidTNT: Improved Transformer-in-Transformer Baselines with Pyramid Architecture",
      "pdfUrl": "https://arxiv.org/pdf/2201.00978v1",
      "source": "arxiv.org",
      "authors": [
        "Kai Han",
        "Jianyuan Guo",
        "Yehui Tang"
      ],
      "summary": "Transformer networks have achieved great progress for computer vision tasks. Transformer-in-Transformer (TNT) architecture utilizes inner transformer and outer transformer to extra…",
      "publishedAt": "2022-01-04T04:56:57Z"
    },
    {
      "url": "http://arxiv.org/abs/2104.11502v1",
      "title": "Learning to Cluster Faces via Transformer",
      "pdfUrl": "https://arxiv.org/pdf/2104.11502v1",
      "source": "arxiv.org",
      "authors": [
        "Jinxing Ye",
        "Xioajiang Peng",
        "Baigui Sun"
      ],
      "summary": "Face clustering is a useful tool for applications like automatic face annotation and retrieval. The main challenge is that it is difficult to cluster images from the same identity …",
      "publishedAt": "2021-04-23T09:43:36Z"
    },
    {
      "url": "http://arxiv.org/abs/2404.05657v1",
      "title": "MLP Can Be A Good Transformer Learner",
      "pdfUrl": "https://arxiv.org/pdf/2404.05657v1",
      "source": "arxiv.org",
      "authors": [
        "Sihao Lin",
        "Pumeng Lyu",
        "Dongrui Liu"
      ],
      "summary": "Self-attention mechanism is the key of the Transformer but often criticized for its computation demands. Previous token pruning works motivate their methods from the view of comput…",
      "publishedAt": "2024-04-08T16:40:15Z"
    }
  ],
  "total": 174551,
  "hasMore": true,
  "nextPage": 2
}

Related APIs

More in search-tools

Brave Search

search-toolsbrave

Web search via Brave — datacenter-friendly, no captcha, real-time dengan title/URL/snippet.

6.8K6.8K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

Bing Search

search-toolsbing

Bing Search. pencarian web lengkap, snippet, link, multi-bahasa dan region

7.5K7.5K calls so far1hResponses cached for 1h
Busy: 10+ calls so far

DuckDuckGo

search-toolsduckduckgo

DuckDuckGo web search — privacy-focused search engine, no tracking, hasil pencarian web umum dengan title, URL, snippet.

1.1K1.1K calls so far15mResponses cached for 15m
Busy: 10+ calls so far

GitHub Search

search-toolsgithub-code

Searches public code and repositories and returns matching file or repo metadata.

6161 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Wikipedia

search-toolswikipedia

Wikipedia search — pencarian artikel ensiklopedia multi-bahasa (en/id) dengan title, snippet, URL halaman.

5454 calls so far3mResponses cached for 3m
Busy: 10+ calls so far

Stack Overflow

search-toolsstackoverflow

Stack Overflow & Stack Exchange search — Q&A programming dengan tags, score, view count. Support stackoverflow/superuser/serverfault/askubuntu.

3737 calls so far3mResponses cached for 3m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.