Science Direct Scraping API

FREE
By Relu | Updated 22 days ago | Education
Popularity

8.6 / 10

Latency

1,597ms

Service Level

97%

Health Check

N/A

Back to All Tutorials (2)

authors scraper

The Authors Scraper Endpoint API is a valuable tool for extracting author information from articles. By providing a valid token and the URL of the article as input, developers can retrieve details about the authors, including their names, Scopus URLs, email IDs, universities, and addresses. The output of this API is a JSON array containing information about each author associated with the provided article URL.

To utilize the Authors Scraper Endpoint API, follow these steps:

Obtain an API Key: Before accessing the Authors Scraper Endpoint API, you need to obtain a valid API key. This key serves as an authentication mechanism, ensuring that only authorized users can access the author information.
Access the Authors Scraper Endpoint API: Navigate to the API endpoint for the Authors Scraper. Here, you will find the endpoint to submit the API key, along with the article URL for which you want to extract author information.
Retrieve Author Information: Upon a successful request, the Authors Scraper Endpoint API will return a JSON array containing detailed information about each author associated with the provided article URL. Each author detail includes the author’s name, Scopus URL (if available), email ID, university, and address.Example Response:

{
  "status": "success",
  "req_id": "892842cf-aa69-4b7f-b58e-4281f23d262d",
  "message": "Task successful",
  "data": [
    {
      "Author Name": "Miaoxian Ou",
      "Scopus URL": "https://www.scopus.com/authid/detail.uri?authorId=57235886200",
      "Email ID": null,
      "University": "Guangdong Provincial Key Laboratory of Reproductive Medicine, Guangzhou, China",
      "Address": null
    },
    {
      "Author Name": "Lu Luo",
      "Scopus URL": "https://www.scopus.com/authid/detail.uri?authorId=55265951100",
      "Email ID": null,
      "University": "Guangdong Provincial Key Laboratory of Reproductive Medicine, Guangzhou, China",
      "Address": null
    },
  ]
}

By following these steps and utilizing the Authors Scraper Endpoint API, developers can easily extract and utilize author information from articles, enhancing their research or content management processes. This facilitates better understanding and collaboration within academic or content creation contexts.