Google Scholar Profiles API
Our Google Scholar Profiles API allows you to scrape profile results from the Google Scholar Profiles search page. The API is accessed through the following endpoint: /search?engine=google_scholar_profiles
.
A user may query the following: https://serpapi.com/search?engine=google_scholar_profiles
utilizing a GET
request. Head to the playground for a live and interactive demo.
API Parameters
Localization
hl
Optional
Parameter defines the language to use for the Google Scholar Profiles search. It's a two-letter language code. (e.g., en
for English, es
for Spanish, or fr
for French). Head to the Google languages page for a full list of supported Google languages.
Serpapi Parameters
engine
Required
Set parameter to google_scholar_profiles
to use the Google Scholar Profiles API engine.
no_cache
Optional
Parameter will force SerpApi to fetch the Google Scholar Profiles results even if a cached version is already present. A cache is served only if the query and all parameters are exactly the same. Cache expires after 1h. Cached searches are free, and are not counted towards your searches per month. It can be set to false
(default) to allow results from the cache, or true
to disallow results from the cache. no_cache and async parameters should not be used together.
async
Optional
Parameter defines the way you want to submit your search to SerpApi. It can be set to false
(default) to open an HTTP connection and keep it open until you got your search results, or true
to just submit your search to SerpApi and retrieve them later. In this case, you'll need to use our Searches Archive API to retrieve your results. async and no_cache parameters should not be used together. async should not be used on accounts with Ludicrous Speed enabled.
zero_trace
Optional
Enterprise only. Parameter enables ZeroTrace mode. It can be set to false
(default) or true
. Enable this mode to skip storing search parameters, search files, and search metadata on our servers. This may make debugging more difficult.
API Results
JSON Results
JSON output includes structured data for Scholar Profiles results.
A search status is accessible through search_metadata.status
. It flows this way: Processing
-> Success
|| Error
. If a search has failed, error
will contain an error message. search_metadata.id
is the search ID inside SerpApi.
HTML Results
HTML output is useful to debug JSON results or support features not supported yet by SerpApi.
HTML output gives you the raw HTML results from Google Scholar Profiles page.
API Examples
Example with mauthors: Mike
{
"search_metadata": {
"id": "608bd969de9834008f5acf90",
"status": "Success",
"json_endpoint": "https://serpapi.com/searches/1e4ed326db04eb0c/608bd969de9834008f5acf90.json",
"created_at": "2021-04-30 10:18:17 UTC",
"processed_at": "2021-04-30 10:18:17 UTC",
"google_scholar_profiles_url": "https://scholar.google.com/citations?mauthors=mike&view_op=search_authors&hl=en",
"raw_html_file": "https://serpapi.com/searches/1e4ed326db04eb0c/608bd969de9834008f5acf90.html",
"total_time_taken": 1.12
},
"search_parameters": {
"engine": "google_scholar_profiles",
"mauthors": "mike",
"hl": "en"
},
"profiles": [
{
"name": "Mike Robb",
"link": "https://scholar.google.com/citations?hl=en&user=kq0NYnMAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=kq0NYnMAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "kq0NYnMAAAAJ",
"affiliations": "Chemistry Department Imperial College",
"email": "Verified email at imperial.ac.uk",
"cited_by": 154267,
"interests": [
{
"title": "Computational chemistry",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Acomputational_chemistry",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:computational_chemistry"
},
{
"title": "Theoretical Chemistry",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Atheoretical_chemistry",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:theoretical_chemistry"
},
{
"title": "conical intersections",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aconical_intersections",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:conical_intersections"
},
{
"title": "non adiabatic dynamics",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Anon_adiabatic_dynamics",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:non_adiabatic_dynamics"
}
],
"thumbnail": "https://scholar.google.com/citations/images/avatar_scholar_56.png"
},
{
"name": "Mike A. Nalls",
"link": "https://scholar.google.com/citations?hl=en&user=ZjfgPLMAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=ZjfgPLMAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "ZjfgPLMAAAAJ",
"affiliations": "Founder/consultant with Data Tecnica International to the Laboratory of Neurogenetics, NIA …",
"email": "Verified email at mail.nih.gov",
"cited_by": 111085,
"interests": [
{
"title": "statistical genetics",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Astatistical_genetics",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:statistical_genetics"
},
{
"title": "parkinson's disease",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aparkinson_s_disease",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:parkinson%27s_disease"
},
{
"title": "big data",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Abig_data",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:big_data"
},
{
"title": "data mining",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Adata_mining",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:data_mining"
},
{
"title": "epidemiology",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aepidemiology",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:epidemiology"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=ZjfgPLMAAAAJ&citpid=13"
},
{
"name": "mike wright",
"link": "https://scholar.google.com/citations?hl=en&user=RIg9DVEAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=RIg9DVEAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "RIg9DVEAAAAJ",
"affiliations": "imperial college",
"email": "Verified email at imperial.ac.uk",
"cited_by": 96154,
"interests": [
{
"title": "entrepreneurship",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aentrepreneurship",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:entrepreneurship"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=RIg9DVEAAAAJ&citpid=2"
},
{
"name": "Mike Lean (MEJ Lean)",
"link": "https://scholar.google.com/citations?hl=en&user=R8PPdbQAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=R8PPdbQAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "R8PPdbQAAAAJ",
"affiliations": "Professor of Human Nutrition, University of Glasgow",
"email": "Verified email at glasgow.ac.uk",
"cited_by": 75762,
"interests": [
{
"title": "Food",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Afood",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:food"
},
{
"title": "Nutrition",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Anutrition",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:nutrition"
},
{
"title": "Obesity",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aobesity",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:obesity"
},
{
"title": "Diabetes",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Adiabetes",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:diabetes"
},
{
"title": "CHD",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Achd",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:chd"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=R8PPdbQAAAAJ&citpid=3"
},
{
"name": "prof dr ir Mike SM Jetten",
"link": "https://scholar.google.com/citations?hl=en&user=iXjCKTgAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=iXjCKTgAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "iXjCKTgAAAAJ",
"affiliations": "Radboud University Nijmegen, Microbiology, TU Delft, anammox, Netherlands",
"email": "Verified email at science.ru.nl",
"cited_by": 64733,
"interests": [
{
"title": "anaerobic microbiology",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aanaerobic_microbiology",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:anaerobic_microbiology"
},
{
"title": "nitrogen cycle",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Anitrogen_cycle",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:nitrogen_cycle"
},
{
"title": "methane archaea",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Amethane_archaea",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:methane_archaea"
},
{
"title": "anammox",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aanammox",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:anammox"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=iXjCKTgAAAAJ&citpid=3"
},
{
"name": "Mike Wingfield",
"link": "https://scholar.google.com/citations?hl=en&user=wT4V7isAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=wT4V7isAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "wT4V7isAAAAJ",
"affiliations": "Professor, Forestry and Agricultural Biotechnology Institute (FABI), University of Pretoria",
"email": "Verified email at fabi.up.ac.za",
"cited_by": 55176,
"interests": [
{
"title": "forest protection",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aforest_protection",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:forest_protection"
},
{
"title": "mycology",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Amycology",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:mycology"
},
{
"title": "entomology",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aentomology",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:entomology"
},
{
"title": "biotechnology",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Abiotechnology",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:biotechnology"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=wT4V7isAAAAJ&citpid=5"
},
{
"name": "Mike W. Peng",
"link": "https://scholar.google.com/citations?hl=en&user=z1Kz8gQAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=z1Kz8gQAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "z1Kz8gQAAAAJ",
"affiliations": "Jindal Chair of Global Strategy, University of Texas at Dallas",
"email": "Verified email at utdallas.edu",
"cited_by": 54832,
"interests": [
{
"title": "International Business",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Ainternational_business",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:international_business"
},
{
"title": "Global Strategy",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aglobal_strategy",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:global_strategy"
},
{
"title": "Strategic Management",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Astrategic_management",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:strategic_management"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=z1Kz8gQAAAAJ&citpid=2"
},
{
"name": "Mike Tyers",
"link": "https://scholar.google.com/citations?hl=en&user=9zEuqoIAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=9zEuqoIAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "9zEuqoIAAAAJ",
"affiliations": "Institute for Research in Immunology and Cancer, University of Montreal",
"email": "Verified email at umontreal.ca",
"cited_by": 49203,
"thumbnail": "https://scholar.google.com/citations/images/avatar_scholar_56.png"
},
{
"name": "Mike Hulme",
"link": "https://scholar.google.com/citations?hl=en&user=83cN-rIAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=83cN-rIAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "83cN-rIAAAAJ",
"affiliations": "University of Cambridge",
"email": "Verified email at cam.ac.uk",
"cited_by": 48748,
"interests": [
{
"title": "climate",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aclimate",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:climate"
},
{
"title": "climate history",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aclimate_history",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:climate_history"
},
{
"title": "climate change",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aclimate_change",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:climate_change"
},
{
"title": "human geography",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Ahuman_geography",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:human_geography"
},
{
"title": "geoengineering",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Ageoengineering",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:geoengineering"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=83cN-rIAAAAJ&citpid=3"
},
{
"name": "Mike Schuster",
"link": "https://scholar.google.com/citations?hl=en&user=L9lS9_AAAAAJ",
"serpapi_link": "https://serpapi.com/search.json?author_id=L9lS9_AAAAAJ&engine=google_scholar_author&hl=en",
"author_id": "L9lS9_AAAAAJ",
"affiliations": "Two Sigma",
"email": "Verified email at twosigma.com",
"cited_by": 44007,
"interests": [
{
"title": "machine learning",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Amachine_learning",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:machine_learning"
},
{
"title": "neural networks",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Aneural_networks",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:neural_networks"
},
{
"title": "deep learning",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Adeep_learning",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:deep_learning"
},
{
"title": "reinforcement learning",
"serpapi_link": "https://serpapi.com/search.json?engine=google_scholar_profiles&hl=en&mauthors=label%3Areinforcement_learning",
"link": "https://scholar.google.com/citations?hl=en&view_op=search_authors&mauthors=label:reinforcement_learning"
}
],
"thumbnail": "https://scholar.googleusercontent.com/citations?view_op=small_photo&user=L9lS9_AAAAAJ&citpid=1"
}
],
"pagination": {
"next": "https://serpapi.com/search.json?after_author=yiOzABZU__8J&engine=google_scholar_profiles&hl=en&mauthors=mike",
"next_page_token": "yiOzABZU__8J"
}
}