Aeaweb: Search Articles
Aeaweb via Parse · education
Full-text search across all AEA journals by keyword. Matches against title, abstract, and author fields (each togglable). Results are paginated; each page returns article summaries (DOI, title, authors, publication date). Filter by journal code to scope to a single publication. The server returns up to per_page results per request. Search for academic papers across American Economic Association journals (AER, AEJ, JEL, JEP, etc.) and retrieve detailed article information including abstracts, authors, JEL codes, and citation data. Fulfilled by Parse from www.aeaweb.org.
- aeaweb
- education
- government-public
- news-media
- parse
- platform-key
- www-aeaweb-org
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/80605ece-92d9-4b39-b967-e5ab59e79e1e/search_articles
- Interface artifact
- sha256:83ccc50889a85130da36368a32569a3d0e7bf04afb9a75abac65e5e160395890
- Manifest digest
- sha256:104091816aabd56bd4328b142b88409b2d0144abab46ed87e26d1342a508c6ee
Request fields
- page (integer): Page number for pagination
- query (string, required): Search keyword or phrase
- journal (string): Filter by journal code. Empty string searches all journals.: Allowed values: aer, jel, jep, pandp, mac, mic, app, pol
- per_page (integer): Results per page
- search_in_title (string): Search in article titles. Accepted values: '1' (yes), '0' (no).: Allowed values: 1, 0
- search_in_author (string): Search in author names. Accepted values: '1' (yes), '0' (no).: Allowed values: 1, 0
- search_in_abstract (string): Search in article abstracts. Accepted values: '1' (yes), '0' (no).: Allowed values: 1, 0
Example queries
- {"page":"1","query":"inflation","journal":"aer","per_page":"5","search_in_title":"1","search_in_author":"1","search_in_abstract":"1"}