Python client for the Semantic Scholar API
Project description
Semantic Scholar Python Client
A Python client for the Semantic Scholar API.
Installation
pip install semantic-scholar-api
Quick Start
from semantic_scholar import SemanticScholar
# Initialize client (API key optional for basic usage)
client = SemanticScholar(api_key="your-api-key")
# Search for papers
papers = await client.search_papers("machine learning", limit=10)
# Get paper details
paper = await client.get_paper("paper-id")
Features
- Async/await support
- Comprehensive API coverage
- Rate limiting built-in
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file semantic_scholar_api-0.1.1.tar.gz.
File metadata
- Download URL: semantic_scholar_api-0.1.1.tar.gz
- Upload date:
- Size: 70.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3952a2f59d57bcaf78333eab04381c25aca770f287aaaff0bd3511fe283cc6b7
|
|
| MD5 |
49686f6b60592c8f6397e222c9552401
|
|
| BLAKE2b-256 |
37ff72b8a74f27592f42c2fafaccd9ba73df7e2d95577718419a00500ba09f36
|
File details
Details for the file semantic_scholar_api-0.1.1-py3-none-any.whl.
File metadata
- Download URL: semantic_scholar_api-0.1.1-py3-none-any.whl
- Upload date:
- Size: 19.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36d62337f66660fbbaba85e054b55cd2cf4c8778058762db5f61187f4335d27f
|
|
| MD5 |
343ef1d465ce77420b102f57ed04a3f3
|
|
| BLAKE2b-256 |
d33751e675a8594776f89bdcede2b1a94f852ed7f2ea319463efb35890a6dca3
|