Discover/vldb.org API
live

vldb.org APIvldb.org

Access VLDB conference schedules, workshop agendas, keynote speaker details, and PVLDB journal paper abstracts and metadata via a clean REST API.

Endpoints
6
Updated
14d ago
Try it

No input parameters required.

api.parse.bot/scraper/474f30d3-111c-40f4-8c37-21f26b332b90/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/474f30d3-111c-40f4-8c37-21f26b332b90/get_conference_list' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Returns a list of all known VLDB conferences with their names and URLs, as listed on the VLDB Endowment homepage sidebar.

Input

No input parameters required.

Response
{
  "type": "object",
  "fields": {
    "conferences": "array of conference objects each containing name and url"
  },
  "sample": {
    "data": {
      "conferences": [
        {
          "url": "https://vldb.org/conference.html",
          "name": "List of Conferences"
        },
        {
          "url": "https://vldb.org/2026/",
          "name": "2026 Boston"
        },
        {
          "url": "https://vldb.org/2025/",
          "name": "2025 London"
        },
        {
          "url": "https://vldb.org/2024/",
          "name": "2024 Guangzhou"
        },
        {
          "url": "https://vldb.org/2023/",
          "name": "2023 Vancouver"
        }
      ]
    },
    "status": "success"
  }
}

About the vldb.org API

The VLDB.org API exposes 6 endpoints covering conference schedules, workshop agendas, keynote speaker details, and PVLDB journal paper metadata. With get_paper_abstract you can retrieve full abstract text, author lists, BibTeX citations, and PDF URLs for papers across volumes 15–17. get_main_conference_schedule returns session-level data including session chairs, times, and paper lists. Together the endpoints cover the major programmatic needs for navigating VLDB conference and journal content.

Conference Schedule and Workshop Data

get_main_conference_schedule accepts a year parameter (currently confirmed for 2024) and returns a schedule array of session objects, each carrying session_id, session_name, session_chair, time, and a papers array. get_workshop_schedule works for years 2022, 2023, and 2024, returning a workshops array where each entry includes day, title, url, and organizers. Use get_conference_list with no parameters to enumerate all known VLDB conference entries — each result includes a name and url.

PVLDB Journal Paper Metadata

get_pvldb_volume accepts a vol parameter (confirmed for volumes 15, 16, and 17) and returns an issues array. Each issue object contains an issue_number and a papers array listing the papers in that issue. To drill into a specific paper, call get_paper_abstract with both vol and the exact paper title as listed in the volume. The response includes abstract, authors (comma-separated), bibtex, and pdf_url. Note that title must match exactly — partial or fuzzy titles will not resolve.

Keynote Speaker Information

get_keynote_speakers accepts a year parameter, currently confirmed for 2024. Each item in the returned keynotes array includes keynote_id, time, talk_title, speaker_info, abstract, and bio. For years other than 2024, the endpoint may return an upstream error rather than an empty result, so applications should handle error responses gracefully when querying other years.

Common use cases
  • Build a conference attendance planner using session times and chairs from get_main_conference_schedule.
  • Index PVLDB paper abstracts across volumes 15–17 for a database research search tool.
  • Auto-generate BibTeX reference lists by calling get_paper_abstract for a set of paper titles.
  • Display keynote speaker bios and talk abstracts on a conference companion app using get_keynote_speakers.
  • Aggregate workshop organizer and schedule data across years 2022–2024 for longitudinal analysis.
  • Populate a PDF link directory by extracting pdf_url fields from PVLDB paper metadata.
  • Track author publication activity across PVLDB volumes by collecting authors fields from multiple volume queries.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does VLDB.org provide an official developer API?+
VLDB.org and the PVLDB portal do not publish an official public developer API. There is no documented REST or GraphQL interface available directly from vldb.org or pvldb.org for programmatic access to this data.
What does `get_paper_abstract` return, and how strict is the title matching?+
get_paper_abstract returns the paper's abstract, comma-separated authors, bibtex citation string, and pdf_url. The title input must exactly match the paper title as listed in the specified PVLDB volume — whitespace and punctuation variations will cause the lookup to fail. The vol parameter must also correspond to a confirmed volume (15, 16, or 17).
Which years have confirmed schedule and keynote data?+
Session-level schedule data via get_main_conference_schedule is confirmed only for year 2024. Workshop data is confirmed for 2022, 2023, and 2024. Keynote data via get_keynote_speakers is confirmed only for 2024; querying other years may return an error rather than an empty result.
Does the API support searching papers by author name or keyword?+
Not currently. The API retrieves papers by volume via get_pvldb_volume or by exact title via get_paper_abstract; there is no search-by-author or keyword filter endpoint. You can fork this API on Parse and revise it to add a search or filter endpoint over the paper metadata.
Are VLDB volumes older than volume 15 available?+
Volumes 15, 16, and 17 are confirmed working via get_pvldb_volume. Older volumes are not confirmed and may return incomplete or empty results. You can fork this API on Parse and revise it to test and add support for earlier PVLDB volumes.
Page content last updated . Spec covers 6 endpoints from vldb.org.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.