{"id":25764813,"url":"https://github.com/julien-cpsn/google-scholar-query","last_synced_at":"2026-05-13T01:04:32.631Z","repository":{"id":278655792,"uuid":"936205137","full_name":"Julien-cpsn/google-scholar-query","owner":"Julien-cpsn","description":"Query Google Scholar data","archived":false,"fork":false,"pushed_at":"2025-02-25T13:36:18.000Z","size":33,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-03T09:54:35.773Z","etag":null,"topics":["google","scholar","science-research","scraping"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Julien-cpsn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-20T17:39:47.000Z","updated_at":"2025-04-10T08:26:06.000Z","dependencies_parsed_at":"2025-02-21T00:45:21.652Z","dependency_job_id":"dc336ca9-e017-457e-b3a3-e996ba421c0c","html_url":"https://github.com/Julien-cpsn/google-scholar-query","commit_stats":null,"previous_names":["julien-cpsn/google-scholar-query"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Julien-cpsn/google-scholar-query","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julien-cpsn%2Fgoogle-scholar-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julien-cpsn%2Fgoogle-scholar-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julien-cpsn%2Fgoogle-scholar-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julien-cpsn%2Fgoogle-scholar-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Julien-cpsn","download_url":"https://codeload.github.com/Julien-cpsn/google-scholar-query/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Julien-cpsn%2Fgoogle-scholar-query/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32963180,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"ssl_error","status_checked_at":"2026-05-12T23:30:18.191Z","response_time":102,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["google","scholar","science-research","scraping"],"created_at":"2025-02-26T21:26:53.188Z","updated_at":"2026-05-13T01:04:32.599Z","avatar_url":"https://github.com/Julien-cpsn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"## google-scholar-query\n\nThe unofficial Google Scholar API\n\n```rust\nfn query_google_scholar() {\n    let scholar_query = scholar::ScholarArgs{\n        query: String::from(\"machine-learning\"),\n        cite_id: None,\n        from_year: Some(2018),\n        to_year: Some(2021),\n        sort_by: Some(0),\n        cluster_id: None,\n        lang: Some(String::from(\"en\")),\n        lang_limit: None,\n        limit: Some(3),\n        offset: Some(0),\n        adult_filtering: None,\n        include_similar_results: None,\n        include_citations: None,\n    };\n    \n    let client = scholar::init_client();\n    match client.scrape_scholar(Box::from(scholar_query)).await {\n        Ok(result) =\u003e assert_eq ! (result.len(), 3),\n        Err(_e) =\u003e assert_eq ! (true, false),\n    };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulien-cpsn%2Fgoogle-scholar-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjulien-cpsn%2Fgoogle-scholar-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjulien-cpsn%2Fgoogle-scholar-query/lists"}