What are the recommendations while using Embase API?
Last updated on May 11, 2023
Here are things to know before getting started with Embase API:
- Embase API accepts GET and POST requests.
- Results can be returned in either XML or JSON.
- For very long query strings (>2k) it is recommended to use the POST requests.
- Only run API requests sequentially, avoid sending parallel requests.
- Recommended use of Embase API is for retrieval of result set <100,000 records.
- For better performance, split the query into smaller result set (e.g. split it by publication date/month/year).
- The results are paginated and maximum of 200 results per batch/page can be retrieved at a time. Loop through the results using 'start' and 'count' for retrieval of the records. Avoid having queries where the 'start' value in the pagination exceeds 100,000.
- Retrieval of the 'last pages' in a large result set gets progressively slow and causes high server load.
Did we answer your question?
Related answers
Recently viewed answers
Functionality disabled due to your cookie preferences