ourresearch / parseland

Parse landing pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parseland

This API parses and returns author and affiliation data from landing pages.

Example

/parse-publisher?doi=10.1016/j.actaastro.2021.05.018

Output:

{
  "message": [
    {
      "name": "Maksim Shirobokov",
      "affiliations": [
        "Moscow Center for Fundamental and Applied Mathematics, 4 Miusskaya Pl., Moscow 125047, Russia"
      ]
    },
    {
      "name": "Sergey Trofimov",
      "affiliations": [
        "Moscow Center for Fundamental and Applied Mathematics, 4 Miusskaya Pl., Moscow 125047, Russia"
      ]
    },
    {
      "name": "Mikhail Ovchinnikov",
      "affiliations": [
        "Moscow Center for Fundamental and Applied Mathematics, 4 Miusskaya Pl., Moscow 125047, Russia"
      ]
    }
  ],
  "metadata": {
    "parser": "sciencedirect",
    "doi": "10.1016/j.actaastro.2021.05.018",
    "doi_url": "https://doi.org/10.1016/j.actaastro.2021.05.018"
  }
}

About

Parse landing pages

License:MIT License


Languages

Language:Python 100.0%Language:Procfile 0.0%