search_papers
Search IEEE Xplore for academic papers using full-text queries with Boolean operators and filters by author, publication, year, content type, and open access status.
Instructions
Search IEEE Xplore for papers. Supports full-text search with Boolean operators (AND, OR, NOT) and multiple filters. Returns metadata, abstracts, and links.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| querytext | No | Full-text search query. Supports AND, OR, NOT operators. | |
| author | No | Filter by author name | |
| article_title | No | Search within article titles | |
| abstract | No | Search within abstracts | |
| affiliation | No | Filter by author affiliation | |
| index_terms | No | Search by index terms / keywords | |
| doi | No | Search by DOI | |
| publication_title | No | Filter by publication / journal / conference name | |
| publication_year | No | Filter by publication year (e.g. '2023') | |
| start_year | No | Start of year range (e.g. '2020') | |
| end_year | No | End of year range (e.g. '2024') | |
| content_type | No | Filter by content type: Conferences, Journals, Early Access, Standards, Books, Courses | |
| open_access | No | Filter for open access articles only | |
| max_records | No | Number of results to return (default 25, max 200) | |
| start_record | No | Starting record number for pagination (default 1) | |
| sort_field | No | Sort by: article_title, article_number, author, publication_title, publication_year | |
| sort_order | No | Sort order: asc or desc |