Social Search Projects
social_search_projectsSearch Scratch's shared projects by keyword, or browse trending, popular, or recent listings. Get lean summaries with IDs, titles, authors, and stats for quick discovery.
Instructions
Search Scratch's shared projects, or browse them when no query is given.
Results are a lean summary: id, title, author, url, thumbnail and stats.
Follow up with social_get_project_info for the full record of one project,
or project_download to pull one apart and edit it.
Note: as of 27/07/26, the API is broken right now, so if it doesn't work it's an upstream issue -- not our one. You can, if you wish, search the web for status updates as to Scratch search functionality.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | "trending" (default), "popular", or "recent". | trending |
| limit | No | How many results to return (1-40). | |
| query | No | Words to search for. Leave unset to browse instead of search. | |
| offset | No | How many results to skip, for paging. | |
| language | No | Two-letter language code Scratch should rank for. | en |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| sort | Yes | ||
| limit | Yes | ||
| query | Yes | ||
| offset | Yes | ||
| results | Yes | ||
| browsing | Yes | ||
| has_more | Yes | ||
| language | Yes | ||
| returned | Yes |