POST /api/zenodo/records/search
Price: 5 credits
Search Zenodo research records (datasets, software, publications, and more)
Search open-access research records on Zenodo. Provide a keyword or a query in 'q', and narrow with filters: resource type, subtype, access right, community, subject, license, file type, and whether to include all versions. Set 'sort' to order by relevance, recency, views, or version. Returns matching records with full metadata.
access-token string requiredtimeout integer — Max scrapping execution timeout (in seconds) (default: 300; min: 20; max: 1500)q string required — Search query. Plain keywords, or query syntax with fields (title, creators.name, description, keywords, doi, publication_date) and ranges (publication_date:[2020 TO 2024]). (examples: "climate change", "creators.name:\"Smith\" AND machine learning"; minLength: 1)type string nullable — Filter by resource type (one of: "publication", "dataset", "software", "image", "presentation", "poster", "video", "model", "lesson", "other")subtype string nullable — Filter by resource subtype. Subtypes are tied to 'type'. publication: annotationcollection, book, section, conferencepaper, datamanagementplan, article, patent, preprint, deliverable, milestone, proposal, report, softwaredocumentation, taxonomictreatment, technicalnote, thesis, workingpaper, other. image: figure, plot, drawing, diagram, photo, other. Other types (dataset, software, presentation, poster, video, lesson, model) have no subtypes. (examples: "article", "preprint", "figure")access_right string nullable — Filter by access right (one of: "open", "restricted", "embargoed", "metadata-only", "closed")communities string nullable — Filter by community ID (examples: "biosyslit", "eu")subject string nullable — Filter by subject keyword (examples: "Biodiversity")license string nullable — Filter by license ID (examples: "cc-by-4.0")file_type string nullable — Filter by file extension (examples: "pdf", "zip", "csv")all_versions boolean — Include all versions, not only the latest (default: false)sort string — Result ordering (default: "bestmatch"; one of: "bestmatch", "mostrecent", "mostviewed", "version")count integer required — Max result count (min: 1; max: 10000)@type string (default: "ZenodoRecord")id integer requiredurl string requireddoi string nullabledoi_url string nullableconcept_doi string nullableconcept_recid string nullableswhid string nullabledescription string nullablepublication_date string nullableaccess_right string nullableversion string nullablelanguage string nullablelicense string nullablenotes string nullablestate string nullablestatus string nullablecreated_at string nullableupdated_at string nullableresource_type object nullable@type string (default: "ZenodoResourceType")type string nullablesubtype string nullablecreators array (default: [])@type string (default: "ZenodoCreator")name string requiredaffiliation string nullableorcid string nullablegnd string nullabletype string nullablecontributors array (default: [])@type string (default: "ZenodoCreator")name string requiredaffiliation string nullableorcid string nullablegnd string nullabletype string nullablekeywords array (default: [])subjects array (default: [])@type string (default: "ZenodoSubject")term string nullableidentifier string nullablescheme string nullablecommunities array (default: [])grants array (default: [])@type string (default: "ZenodoGrant")code string nullableacronym string nullableprogram string nullableurl string nullablefunder object nullable@type string (default: "ZenodoFunder")name string nullabledoi string nullableacronym string nullablerelated_identifiers array (default: [])@type string (default: "ZenodoRelatedIdentifier")identifier string nullablerelation string nullablescheme string nullableresource_type string nullablereferences array (default: [])dates array (default: [])@type string (default: "ZenodoRecordDate")type string nullabledate string nullabledescription string nullablefiles array (default: [])@type string (default: "ZenodoFile")id string nullablekey string nullablesize integer nullablechecksum string nullabledownload_url string nullablestats object nullable@type string (default: "ZenodoStats")downloads integer nullableunique_downloads integer nullableviews integer nullableunique_views integer nullableversion_downloads integer nullableversion_unique_downloads integer nullableversion_views integer nullableversion_unique_views integer nullableis_latest_version boolean nullableversion_index integer nullable422 — The request body did not validate Check the fields against this schema. A URN with the wrong prefix is the most common cause.408 — The request ran past its time limit Raise `timeout` in the request body, up to the maximum this endpoint documents. Lowering `count` or turning off the `with_*` flags also helps, because less work finishes sooner.412 — The entity was not found, or a precondition failed Retrying will not help: either the entity does not exist, or the input points at a different one.429 — Too many requests: a rate limit or a usage window is exhausted When the response carries an X-Retry-After header, wait that many seconds and retry: the same number is in the body as `detail.retry_after`, and the limit clears once that window passes. The message in the body names the limit that was hit.500 — Something broke on our side Retrying will not help. If it keeps happening, send us the X-Request-ID from the response headers.529 — Rate limit reached, or the endpoint is overloaded Wait at least 30 seconds, then retry.X-Error — Error message text (present only on error)X-Request-ID — Unique request identifierX-Execution-Time — Execution time in secondsX-Result-Count — How many records the body carries. 0 means an empty result, which is a normal answer and not by itself an error. A non-zero count can come back together with X-Error when the failure happened partway through — read this header and X-Error independently.X-Total-Available-Results — How many records exist for this query, when the endpoint can say. On a `dry_run` request this is the answer and the body is empty. It saturates: the endpoint's documented maximum means 'at least that many', any smaller number is exact.X-Warning — Present when the request body carried keys this endpoint does not document. They were ignored, so any filter you meant to apply through them did not apply. Check the spelling against this schema and retry.X-Retry-After — Seconds to wait before retrying. Present only on 429.