# Open-Access AI Journals Ranked by Citations (OpenAlex)

**Use case:** 

Open-access journals indexed in DOAJ whose name matches "artificial intelligence", most cited first: title, publisher, country, ISSN, works count, citations, h-index, article processing charge (APC) in USD and homepage. For researchers choosing where to publish and grant offices budgeting APCs. Change the query to another field, or clear the filter to include subscription journals.

## Input

```json
{
  "entity": "sources",
  "query": "artificial intelligence",
  "searchIn": "titleAndAbstract",
  "authorSearchMode": "auto",
  "fromYear": 2020,
  "minCitations": 0,
  "openAccessOnly": false,
  "excludeRetracted": false,
  "customFilter": "is_in_doaj:true",
  "sortBy": "cited_by_count",
  "sortOrder": "desc",
  "limit": 25,
  "flagCitationAnomalies": true,
  "includeAbstract": true,
  "maxAuthors": 10,
  "includeAuthorDetails": false,
  "includeCountsByYear": false,
  "includeReferencedWorks": false
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "worksCount": {
    "label": "Works",
    "format": "number"
  },
  "citations": {
    "label": "Cited",
    "format": "number"
  },
  "hIndex": {
    "label": "h-index",
    "format": "number"
  },
  "url": {
    "label": "URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [OpenAlex Scraper — Academic Papers, Citations, Authors](https://apify.com/yadroo/openalex-works.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/yadroo/openalex-works.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/yadroo/openalex-works.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
