Discover/aeaweb.org API
live

aeaweb.org APIwww.aeaweb.org

Search AEA journals and retrieve article details including abstracts, authors, JEL codes, and citation data via two structured endpoints.

Endpoints
2
Updated
14d ago
Try it
Page number for pagination
Search keyword or phrase
Filter by journal code. Accepted values include 'aer' (American Economic Review), 'jel' (J
Results per page
Search in article titles. Accepted values: '1' (yes), '0' (no).
Search in author names. Accepted values: '1' (yes), '0' (no). When enabled alone, only mat
Search in article abstracts. Accepted values: '1' (yes), '0' (no).
api.parse.bot/scraper/80605ece-92d9-4b39-b967-e5ab59e79e1e/<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/80605ece-92d9-4b39-b967-e5ab59e79e1e/search_articles?page=1&query=inflation&journal=aer&per_page=5&search_in_title=0&search_in_author=1&search_in_abstract=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalclick to expand

Search for articles across all AEA journals by keyword. Supports filtering by title, abstract, author, and specific journal. Returns paginated results ordered by relevance.

Input
ParamTypeDescription
pageintegerPage number for pagination
queryrequiredstringSearch keyword or phrase
journalstringFilter by journal code. Accepted values include 'aer' (American Economic Review), 'jel' (Journal of Economic Literature), 'jep' (Journal of Economic Perspectives), 'pandp' (Papers and Proceedings), 'mac' (Macroeconomics), 'mic' (Microeconomics), 'app' (Applied Economics), 'pol' (Economic Policy). Empty string searches all journals.
per_pageintegerResults per page
search_in_titlestringSearch in article titles. Accepted values: '1' (yes), '0' (no).
search_in_authorstringSearch in author names. Accepted values: '1' (yes), '0' (no). When enabled alone, only matches author names against the query.
search_in_abstractstringSearch in article abstracts. Accepted values: '1' (yes), '0' (no).
Response
{
  "type": "object",
  "fields": {
    "page": "integer — current page number",
    "query": "string — the search query used",
    "articles": "array of article objects with doi, title, url, authors, published_date, and issue_id",
    "per_page": "integer — results per page",
    "total_pages": "integer — total number of pages available",
    "results_count": "integer — number of articles returned on this page"
  },
  "sample": {
    "data": {
      "page": 1,
      "query": "inflation",
      "articles": [
        {
          "doi": "10.1257/aer.20240443",
          "url": "https://www.aeaweb.org/articles?id=10.1257/aer.20240443",
          "title": "A Theory of Supply Function Choice and Aggregate Supply",
          "authors": [
            "Joel P. Flynn",
            "George Nikolakoudis",
            "Karthik A. Sastry"
          ],
          "issue_id": "835",
          "published_date": "February 2026"
        }
      ],
      "per_page": 21,
      "total_pages": 16,
      "results_count": 21
    },
    "status": "success"
  }
}

About the aeaweb.org API

The AEAweb.org API provides two endpoints for querying the American Economic Association's journal catalog, covering publications including the American Economic Review, Journal of Economic Literature, and the AEJ series. search_articles returns paginated results with DOI, authors, and publication date; get_article retrieves full article metadata across 12 fields including JEL codes, volume, issue, and page range.

Search Across AEA Journals

The search_articles endpoint accepts a required query string and optional filters to narrow results. The journal parameter accepts codes such as aer, jel, or jep to restrict results to a single publication. Three boolean flags — search_in_title, search_in_abstract, and search_in_author — control which article fields the query is matched against. Responses include a results_count, total_pages, and a per-page array of article objects each carrying doi, title, url, authors, published_date, and issue_id. Pagination is handled with the page and per_page parameters.

Detailed Article Retrieval

The get_article endpoint takes a single doi parameter (e.g., 10.1257/aer.20200636) and returns a full record for that article. Response fields include title, authors (array of name strings), journal, date, year, volume, issue, pages, url, and doi. This endpoint is the primary way to retrieve structured bibliographic data for a known article without parsing the journal page directly.

Coverage and Data Shape

All data reflects articles published in AEA-managed journals. The get_article response includes a date field formatted as a human-readable month and year string (e.g., July 2023) alongside a separate year field. Author names are returned as a flat array of strings. JEL classification codes, where present, are included in the article detail response, making it straightforward to group or filter articles by economic subject area after retrieval.

Common use cases
  • Build a literature review tool that searches AEA journals by keyword and filters results to a specific journal using the journal parameter.
  • Aggregate publication metadata for a given author by querying search_articles with search_in_author enabled.
  • Construct a citation database by resolving DOIs via get_article to collect volume, issue, page range, and author data.
  • Track newly published articles in a specific AEJ journal by querying search_articles with a journal code filter on a schedule.
  • Classify economics research by JEL code by retrieving article details and grouping on the returned classification fields.
  • Feed structured article metadata into a reference manager or bibliography formatter using the authors, title, journal, volume, and pages fields.
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 the American Economic Association provide an official developer API?+
The AEA does not publish a public developer API for its journal data. This Parse API provides structured programmatic access to article metadata from aeaweb.org.
What does `get_article` return that `search_articles` does not?+
get_article returns volume, issue, pages, year, date, and JEL classification codes. The search_articles endpoint returns only doi, title, url, authors, published_date, and issue_id per article — enough to identify a result, but not for full bibliographic records.
Can I search across multiple journals in a single request?+
The journal filter in search_articles accepts one journal code per request. To search across multiple specific journals simultaneously, you would need to issue separate requests per journal code. You can fork this API on Parse and revise it to add a multi-journal filter endpoint.
Does the API return full article text or PDF links?+
No full-text content or PDF download links are returned. The get_article endpoint covers bibliographic fields: title, authors, abstract-adjacent data, JEL codes, journal, volume, issue, pages, date, and DOI. You can fork this API on Parse and revise it to add a PDF-link or full-text endpoint if that data is accessible.
Are working papers or NBER papers included in search results?+
The API covers published articles in AEA-managed journals only (AER, JEL, JEP, AEJ series, etc.). Working papers, NBER papers, or preprints are not part of the current coverage. You can fork this API on Parse and revise it to target working paper repositories separately.
Page content last updated . Spec covers 2 endpoints from www.aeaweb.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.