Skip to main content
AI Studio  add-on for Spider.
scopus.com · HTTP 200

Scopus Scraper

Spider read scopus.com in 112 ms without a browser and returned 61 lines of clean markdown, including sections like "Try a limited version of Scopus", "Scopus by the numbers" and "What is new in Scopus?".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response scopus.com/index.md markdown · 61 lines
Elsevier LogoScopus Preview LogoDiscover the most impactful journals and influential researchers in your field.### Try a limited version of ScopusDiscover authors, explore journals, and learn more before unlocking the full Scopus experience.### Scopus by the numbers### Designed to help organizations and researchers worldwide“You can’t compare other products to Scopus — no other output metrics offer the same kind of depth and coverage. They are fantastic… it is the kind of information that administrators and the Office of Research seek all the time.”Hector R. Perez-GilbeHealth Sciences Research Librarian, UC Irvine, U.S.“We explain to [students/researchers] that they have an opportunity to make their profile shine…One way they can do that is by aiming for reputable titles indexed by databases like Scopus …Students and researchers walk away understanding that Scopus is a tool to help them discover and present work colleagues can access.”Bruce AbbottAssoc. Dean, McGoogan Health Sciences Library, UNMC, U.S.“Many of today’s research questions have to do with public health, particularly with public policy and informatics. This creates an overlap between computer science, informatics and health sciences... having a database as inclusive and interdisciplinary as Scopus is invaluable to us.”Emily GleenHealth Sciences Librarian at Blaisdell Medical Library, UC Davis Health, U.S.### Scopus content is curated by the independent Scopus Content Selection and Advisory Board (CSAB)More about the CSAB and Scopus content qualityLearn more about (opens in a new window)Scopus content coverage guideLearn more about (opens in a new window)Scopus source title listLearn more about (opens in a new window)Scopus book title listLearn more about (opens in a new window)### What is new in Scopus?#### Introducing CiteScore 2024: A Comprehensive and Transparent Metric for Journal ImpactRead moreLearn more about (opens in a new window)
Code · Fields · Cost · Run it keyless, no account

The same call, in code.

The capture above came back as markdown. These examples add a key, so you get browser rendering, proxies, and concurrency on scopus.com.

scopus-scraper.ts
import { SpiderBrowser } from "spider-browser";

const spider = new SpiderBrowser({
  apiKey: process.env.SPIDER_API_KEY!,
});

await spider.connect();
const page = spider.page!;
await page.goto("https://www.scopus.com/results/results.uri?sort=plf-f&src=s&st1=blockchain&nlo=&nlr=&nls=&sid=&sot=b&sdt=b&sl=25&s=TITLE-ABS-KEY(blockchain)");

// No selectors, no schema. Spider reads the page and names the fields.
const data = await page.scrape();

console.log(data);
await spider.close();
ready to run · spider-browser, no selectors

Ready for volume? Get an API key →

Fields you can pull.

Article titleAuthorsSourceYearCitation countDOIDocument typeAffiliations

Spider names these from the page. The capture above came back as markdown; the same call with return_format: "json" returns them as keys.

What scopus.com costs to scrape.

The capture above cost $0.000329 to fetch. Pricing is $1 per GB of pre-transformation bandwidth plus $0.001 per CPU minute, so a page like this one lands at a fraction of a cent. Failed requests are billed at $0.

  • Free balance on signup
  • No card required to test
  • Balance never expires
See the full pricing →

Run it keyless, no account

curl -X POST https://api.spider.cloud/scrape -H "Content-Type: application/json" -d '{"url": "https://scopus.com/", "return_format": "markdown"}'

More Science & Research scrapers.

Start scraping scopus.com.

You already have the call. A key raises the rate limit and turns on browser rendering, proxies, and concurrency. Balance never expires, and top-ups go through secure checkout.