export_search_results
Export search results from arXiv to formats like BibTeX, CSV, JSON, or Markdown for easier organization and analysis. Specify filename and save path for customized output.
Instructions
Export search results to various formats.
results: Results from search_papers or other search functions format: Export format ('bibtex', 'csv', 'json', 'markdown') filename: Output filename (without extension) save_path: Directory to save the file (default: current directory)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | No | ||
format | No | bibtex | |
results | Yes | ||
save_path | No |