Deepwiki: Get Repo Wiki Page
Deepwiki via Parse · developer_tools
Fetch the full content of a specific wiki page. Use the slug from get_repo_wiki_overview's table_of_contents. Returns the full markdown content and a list of relevant source file paths referenced by the wiki page. API to search and extract documentation (wikis) from DeepWiki.com for any indexed GitHub repository. Features include repository search, profile lookups, and full markdown content extraction with table of contents and source file references. Fulfilled by Parse from deepwiki.com.
- b2b-directory
- deepwiki
- deepwiki-com
- developer-tools
- education
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/4ff5812b-da87-4646-b5f3-360abc785560/get_repo_wiki_page
- Interface artifact
- sha256:863e4cbab18d598c9a05f0b8f8991d370d797a9ebc6694a882896cd4c28ed9f2
- Manifest digest
- sha256:4b6c233bd96765364fe37e2f807dc7a7ffeb2054414ce698ea25e42da48c8afa
Request fields
- repo (string, required): GitHub repository name (e.g. 'vscode', 'react')
- slug (string, required): Page slug from get_repo_wiki_overview table_of_contents (e.g. '1.1-repository-structure-and-build-system', '2-feature-flags-system')
- owner (string, required): GitHub repository owner (e.g. 'microsoft', 'facebook')
Example queries
- {"repo":"vscode","slug":"1.1-repository-structure-and-build-system","owner":"microsoft"}