Skip to main content
AI Studio  add-on for Spider.
diva-portal.org · HTTP 200

Diva-portal Scraper

Spider read diva-portal.org in 4.1 s without a browser and returned 246 lines of clean markdown, including the section "Umeå University's logo".

Get your free API key
Free balance on signup No card. Failed requests cost $0.
Response umu.diva-portal.org/smash/person.jsf.md markdown · 246 lines
# Umeå University's logoFalgas-Ravry, V., Markström, K. & Räty, E. (2024). Rainbow variations on a theme by mantel: extremal problems for Gallai colouring templates. Combinatorica, 44, 997-1010Open this publication in new window or tab >>Rainbow variations on a theme by mantel: extremal problems for Gallai colouring templates2024 (English)In: Combinatorica, ISSN 0209-9683, E-ISSN 1439-6912, Vol. 44, p. 997-1010Article in journal (Refereed) PublishedLet G:=(G1,G2,G3) be a triple of graphs on the same vertex set V of size n. A rainbow triangle in G is a triple of edges (e1,e2,e3) with ei ∈ Gi for each i and {e1,e2,e3} forming a triangle in V. The triples G not containing rainbow triangles, also known as Gallai colouring templates, are a widely studied class of objects in extremal combinatorics. In the present work, we fully determine the set of edge densities (α1,α2,α3) such that if>αin2 for each i and n is sufficiently large, then G must contain a rainbow triangle. This resolves a problem raised by Aharoni, DeVos, de la Maza, Montejanos and Šámal, generalises several previous results on extremal Gallai colouring templates, and proves a recent conjecture of Frankl, Győri, He, Lv, Salia, Tompkins, Varga and Zhu.05C35, 05D99, Extremal graph theory, Gallai colourings, Mantel’s theorem, Rainbow trianglesurn:nbn:se:umu:diva-224095 (URN)10.1007/s00493-024-00102-6 (DOI)001209613600001 ()2-s2.0-85191690527 (Scopus ID)Swedish Research Council, 2021-03687Olle Engkvists stiftelse, 213-0204Available from: 2024-05-16 Created: 2024-05-16 Last updated: 2024-10-28Bibliographically approvedLeedham-Green, C., Markström, K. & Riis, S. (2024). The largest Condorcet domain on 8 alternatives. Social Choice and Welfare, 62(1), 109-116Open this publication in new window or tab >>The largest Condorcet domain on 8 alternatives2024 (English)In: Social Choice and Welfare, ISSN 0176-1714, E-ISSN 1432-217X, Vol. 62, no 1, p. 109-116Article in journal (Refereed) PublishedIn this note, we report on a Condorcet domain of record-breaking size for n = 8 alternatives. We show that there exists a Condorcet domain of size 224 and that this is the largest possible size for 8 alternatives. Our search also shows that this domain is unique up to isomorphism. In this note we investigate properties of the new domain and relate them to various open problems and conjectures.
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 diva-portal.org.

diva-portal-org-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://diva-portal.org");

// 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.

Business NameAddressPhoneCategoryRating

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 diva-portal.org costs to scrape.

The capture above cost $0.000196 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://umu.diva-portal.org/smash/person.jsf?pid=authority-person%3A63648", "return_format": "markdown"}'

More Directories scrapers.

Start scraping diva-portal.org.

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.