Springer: Search Articles
Springer via Parse · education
Full-text search over Springer Nature Link content. Returns paginated results (up to 20 per page) with title, DOI, authors, content type, and snippet for each hit. Supports filtering by content type, date range, and sort order. Pagination via integer page counter. APIs to search and extract metadata for articles, books, and journals from Springer Nature Link. Supports DOI lookups and paginated search results with filters. Fulfilled by Parse from springer.com.
- developer-tools
- education
- news-media
- parse
- platform-key
- springer
- springer-com
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/f3eb737d-a0c5-47a2-9dec-11b5ce5fae8c/search_articles
- Interface artifact
- sha256:ec1f2428835cd8bffdf441e2b1ae86bd8646c8f346b0c7a6cea009349b9f16b3
- Manifest digest
- sha256:379e252d2a2adbe8836de369f6f028653e6d427788ddb44276663e8b5d1d0b5f
Request fields
- page (integer): Page number for pagination.
- sort (string): Sort order for results.: Allowed values: Relevance, newestFirst, oldestFirst
- query (string, required): Search query keywords.
- end_year (integer): End year for date range filter. Must be used together with start_year.
- start_year (integer): Start year for date range filter. Must be used together with end_year.
- content_type (string): Type of content to filter by.: Allowed values: Article, Research article, Review article, Chapter, News article
Example queries
- {"page":"1","sort":"Relevance","query":"machine learning","content_type":"Article"}