search_guides
Search iFixit's catalog to find repair guides and related content. Filter by device, content type, or language to get step-by-step instructions for your repair.
Instructions
Search iFixit's catalog for repair guides (and other content types).
Returns up to 10 results as {"query": ..., "results": [...]}. Guide results are compacted to {guideid, title, url, type, difficulty, summary} with summary truncated to 200 characters; other result types (wiki, question, product) pass through as returned by the API. Use the device parameter to scope results to a specific device (e.g. "iPhone 13"). Search results are volatile and never cached.
Args: query: Free-text search query (e.g. "battery replacement"). device: Restrict results to a single device by name (maps to the API's guideDevice parameter). doctypes: Comma-separated result types: guide, item, topic, device, category, question, post, or all (default "guide"). lang: Optional language code (e.g. "de") for localized results (maps to the API's langid parameter).
Note: Data from iFixit (CC BY-NC-SA). Non-commercial use only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | ||
| query | Yes | ||
| device | No | ||
| doctypes | No | guide |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |