Extract Authors

Extracts the authors from a given URL. This API is useful for extracting the authors from a blog post or news article. The API will return a list of authors with their names and links to their profiles if available.

GET
https://api.apileague.com/extract-authors
Example Request and Response
GET
https://api.apileague.com/{{ examples.getExtractAuthors }}
{
    "authors": [
        {
            "link": "https://www.nytimes.com/by/natasha-frost",
            "name": "Natasha Frost"
        }
    ]
}
cURL
Java
Javascript
Python
Go
C#
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}
 {{ codeCopyText }}