|
The Scopus Application Programmer Interface (API) for ScopusTM allows you to present Scopus search results through your own product's user interface via software that you develop.
Back to top
Complete the following steps to use Scopus API:
- Request API access to Scopus from the Scopus Product organization.
- Register at Scopus API Developer Registration.
Once you register, you will receive a Developer Key so you may begin creating your webpage.
- Create your webpage using the JavaScript example listed within this API.
- Test your integrator software in your test environment.
- Arrange for hosting your webpage.
- Test your webpage by conducting a search. The Scopus API will conduct your Scopus search.
Prior to creating a web page which will use the Scopus API, you must register for a developer's key.
Complete the following steps to register for your developer key:
- Click Registration to open the Scopus API Registration page.
- From the Scopus API Registration page, complete the following fields:
- Name
- E-mail address
- Website url
- Password
- Confirm Password
- Read the Scopus Registered User Agreement and click the check-box to indicate you accept the agreement.
- Click
to complete your registration for using the Scopus API.
| Note |
Once you have registered successfully, you can create additional Developer IDs. |
Back to top
See JavaScript Code Example for more information.
Back to top
The Javascript and XML Interface API will have a maximum document retrieved during a user search based on the table below:
| # of hits |
Non-Scopus IP |
Scopus IP |
| Max # of hits |
20 |
2000 |
| Default # of hits |
20 |
20 |
Also, Scopus API will return all requested entitled information based on the table below:
| Fields |
Non-Scopus IPs |
Scopus IPs |
| Article Title |
(default) |
(default) |
| Document Type |
 |
 |
| Cited-by Count |
(default) |
(default) |
| INWARD URL |
(default) |
(default) |
| Source Title |
(default) |
(default) |
| ISSN |
 |
 |
| Vol |
 |
 |
| Issue |
 |
 |
| Page |
 |
 |
| Publication Date |
(default) |
(default) |
| EID |
 |
 |
| SCP |
 |
 |
| DOI |
 |
 |
| First Author |
(default) |
(default) |
| Complete Author list |
|
 |
| Affiliations |
(default) |
 |
| Abstracts |
|
 |
Back to top
See Scopus API Terms and Conditions for more information
Back to top
No, you cannot use the Scopus API for a non-web product. The Scopus API can only be accessed through JavaScript.
Back to top
Scopus API will support any browser which supports JavaScript. JavaScript is necessary to use Scopus API.
Back to top
|