ads_bigquery
Filter, sort, and retrieve metadata for specific astrophysics papers by providing their bibcodes. Apply queries to refine results and select which fields to return.
Instructions
Search within a specific set of bibcodes (big-query).
Useful for filtering, sorting, or retrieving metadata for a known set of papers. Provide up to 2000 bibcodes at once.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bibcodes | Yes | List of bibcodes to search within | |
| query | No | ADS query to apply to the bibcode set. Use '*:*' for no filter. | *:* |
| fields | No | Comma-separated fields to return | bibcode,title,author,year,pub,citation_count,identifier |
| sort | No | Sort order. Default: 'date desc' | date desc |
| rows | No | Number of results (1-200). Default: 10 |