template bg

OpenAlex Works Search Scraper

OpenAlex Works Search Scraper is a BrowserAct Bot template for collecting structured public scholarly work records from OpenAlex.

Published by
Br
BrowserAct Team
August 21, 2026
Approx.Credits
33-63 Credits
Categories
BA
OpenAlex
Template ID
113868774611914151

Brief

OpenAlex Works Search Scraper is a BrowserAct Bot template for collecting structured public scholarly work records from OpenAlex. Configure a base URL, keyword, and result count, then run the Bot to return ranked research metadata for literature review, bibliometric analysis, citation tracking, catalog enrichment, or automation workflows.

What Does BrowserAct OpenAlex Works Search Scraper Do?

This template opens OpenAlex's public works search API, parses work records, and returns one structured record per scholarly work.

Key Features

  • Extract public OpenAlex works search results without requiring a login.
  • Capture work ID, DOI, title, publication date, type, citation count, open access status, source, URL, authors, topics, and keyword.
  • Configure base URL, keyword, and count.
  • Automatically page through results when the requested count exceeds one API page.
  • Handle optional fields cleanly when OpenAlex does not provide them.

What Data Can I Extract from OpenAlex?

Field Description
rank Search result position assigned by the Bot.
work_id OpenAlex work ID.
doi DOI URL when available.
title Scholarly work title.
publication_year Publication year.
publication_date Publication date.
work_type OpenAlex work type.
cited_by_count Citation count from OpenAlex.
open_access_status Open access status when available.
source_name Primary source or venue name.
source_url Primary landing page or source URL.
authors Author names as a semicolon-separated string.
topics Topic names as a semicolon-separated string.
search_keyword Keyword used for the run.

How to Use OpenAlex Works Search Scraper

  1. Click Run task.
  2. Enter the OpenAlex API base URL.
  3. Enter a research topic, method, author area, or paper keyword.
  4. Set how many work records to collect.
  5. Run the Bot and review the structured scholarly results.
  6. Reuse the Bot with another keyword or connect the output to your workflow.

Input Parameters

Parameter Required Default Description
base_url Yes https://api.openalex.org OpenAlex API base URL without a trailing slash.
keyword Yes machine learning Search phrase matched against OpenAlex works.
count Yes 20 Maximum number of work records to collect.

Example Output

{
  "works": [
    {
      "rank": 1,
      "work_id": "https://openalex.org/W2101234009",
      "doi": "https://doi.org/10.48550/arxiv.1201.0490",
      "title": "Scikit-learn: Machine Learning in Python",
      "publication_year": "2012",
      "publication_date": "2012-01-02",
      "work_type": "article",
      "cited_by_count": "63978",
      "open_access_status": "green",
      "source_name": "Open Repository and Bibliography (University of Liege)",
      "source_url": "https://orbi.uliege.be/handle/2268/225787",
      "authors": "Fabian Pedregosa; Gael Varoquaux; Alexandre Gramfort",
      "topics": "Computational Physics and Python Applications",
      "search_keyword": "machine learning"
    }
  ]
}

How Does it Work?

How OpenAlex Works Search Scraper runs

BrowserAct builds the public OpenAlex API URL in the format {base_url}/works?search={keyword}&per-page={count} for default-sized runs. OpenAlex returns JSON with work records and metadata.

For larger runs, BrowserAct uses OpenAlex pagination with per-page=200&page=N, appends records across pages, assigns cumulative ranks, and stops when the requested count is reached or OpenAlex has no more results.

How to Build a New Scraper Bot with Agent Built

Step 1: Describe the Data You Need

Open BrowserAct and start Agent Built from the Home prompt box or from Create -> Build with Agent. Paste a clear request that includes the website, the records to collect, the filters or search conditions, the fields to return, the result limit, and the inputs you want to reuse later.

Agent Built prompt templates

Step 2: Let BrowserAct Build and Test the Bot

BrowserAct explores the live website, works out the navigation and extraction path, and validates the result. If BrowserAct asks for clarification, reply in the same build conversation with the missing URL, condition, field, example, or expected output.

Agent Built exploration

Step 3: Run the Bot and Review the Result

When the build is complete, run the Bot with the default inputs first. Review the structured records, source URLs, missing fields, and row count before reusing the Bot with new inputs or connecting it to another workflow.

Agent Built run inputs

Agent Built run results

Why Scrape OpenAlex Work Results?

OpenAlex work data helps teams discover scholarly literature, compare citation signals, monitor research topics, enrich academic catalogs, build literature-review datasets, and route public research metadata into dashboards, alerts, or agent workflows.

Who Can Use This Template?

  • Researchers collecting literature-review candidates.
  • Data teams building academic metadata pipelines.
  • Product teams tracking research activity in a topic.
  • Libraries and knowledge teams enriching catalogs.
  • Automation builders routing research metadata into spreadsheets, databases, alerts, or agents.

How Many Results Can You Scrape?

Use count to control the number of work records returned. OpenAlex serves up to 200 records per page, and the Bot pages through public results for larger requests up to the public paging limit verified during build.

Automation and Export

Automation and export flow

BrowserAct returns structured OpenAlex work records first. You can then use the output through API JSON responses, n8n workflows, Make scenarios, Zapier automations, MCP-based agent workflows configured from the Bot's Integrations tab, or manual CSV review.

Need Help?

Contact us at

Discord: Discord Community

E-mail: service@browseract.com

What can we do for youWhat can we do for you

FAQ About the template

Your next scraper starts here.

OpenAlex Works Search Scraper | Extract Scholarly Titles, DOIs, Citations, Authors, Topics, and