search_courses
Search Coursera courses by topic, skill, or keyword to find relevant learning opportunities with details on difficulty, ratings, and providers.
Instructions
Search Coursera for courses by topic, skill, or keyword. Returns course titles, providers, ratings, difficulty, and URLs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search query — topic, skill, or keyword (e.g. 'machine learning', 'Python for beginners', 'data science') | |
| difficulty | No | Filter by difficulty level (optional) | |
| language | No | Course language code (default: 'en') | |
| limit | No | Max number of results to return (default: 10, max: 25) |