Faradars: Search Courses
Faradars via Parse · education
Search courses by keyword with optional category filtering and sorting. Returns paginated results with course summaries including title, price, duration, instructor, and popularity metrics. One upstream round-trip per call. Access course catalog, search, and details from Faradars, a Persian online education platform offering thousands of video courses. Fulfilled by Parse from faradars.org.
- education
- faradars
- faradars-org
- marketplace
- parse
- platform-key
- streaming-video
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/ffef4af3-6506-4b45-8cf9-d9a1bfed5e01/search_courses
- Interface artifact
- sha256:a050755ee7395a81b4c657291ad683463bdb9eec8ee61ae5ef76abb4830dd903
- Manifest digest
- sha256:78261f8ce6d88ae8790ecf3ac799750977a6660138578a596500a028ba15b485
Request fields
- page (integer): Page number for pagination (1-based).
- sort (string): Sort order for results.
- term (string): Search keyword (e.g. 'python', 'excel'). Omitting returns all courses.
- count (integer): Number of results per page (max 100).
- category_id (string): Category ID to filter results. IDs are available from the list_categories endpoint (e.g. '1049' for programming).
Example queries
- {"sort":"relevance","term":"python","category_id":"7609"}