get_repec_paper
Retrieve complete metadata for a RePEc/IDEAS paper using its URL or handle. Get abstract, authors, keywords, JEL codes, and more from the paper detail page.
Instructions
Get detailed paper information from RePEc/IDEAS.
Fetches complete metadata from an IDEAS paper detail page, including
abstract, authors, keywords, and JEL codes that may be missing from
search results.
USE THIS WHEN:
- You have a paper URL/handle from search results and need the abstract
- You want complete author information for a specific paper
- You need JEL classification codes or keywords
Args:
url_or_handle: Paper URL or RePEc handle, e.g.:
- URL: "https://ideas.repec.org/p/nbr/nberwo/32000.html"
- Handle: "RePEc:nbr:nberwo:32000"
Returns:
Paper dict with: paper_id, title, authors, abstract, keywords,
categories (JEL codes), published_date, url, pdf_url (if available),
doi (if found), and extra info like journal name.
Example:
get_repec_paper("https://ideas.repec.org/a/aea/aecrev/v110y2020i1p1-40.html")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_or_handle | Yes |