For large repositories, there may be cases where the Scopus Search API quota is exceeded (HTTP Status code 429). It is 20'000 queries/7 days. Suggested options: - Distribute the queries on 2 months instead of 1 month. - Rewrite the code to use the Abstract Citations Count API instead (Endpoint http://api.elsevier.com/content/abstract/citation-count, Documentation on http://api.elsevier.com/documentation/AbstractCitationCountAPI.wadl). Requires different API key. Or use a combination of Search API (title, creators, ISBN etc.) and Abstract Citation Count API (Scopus eid, DOI or PMID known). The Abstract Citations Count API has a quota of 50'000 queries/7 days.
For large repositories, there may be cases where the Scopus Search API quota is exceeded (HTTP Status code 429). It is 20'000 queries/7 days.
Suggested options: