Deepwiki: Get Repo Wiki Overview
Deepwiki via Parse · developer_tools
Fetch the main wiki overview page for a repository, including its table of contents and metadata. The table_of_contents contains slugs that can be used with get_repo_wiki_page. Also returns metadata about the repository (stars, language, topics) and the markdown content of the first overview 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_overview
- Interface artifact
- sha256:ad9d3812e91473ae9d2b51dfa7f48a8c531ad7d2d1d502b272fe4b00416fd29d
- Manifest digest
- sha256:100dd36a1ab1d5d39fee3a1752e868e3a410ad5b3788b62cc7a5fd3ed4d00f1d
Request fields
- repo (string, required): GitHub repository name (e.g. 'vscode', 'react')
- owner (string, required): GitHub repository owner (e.g. 'microsoft', 'facebook')
Example queries
- {"repo":"vscode","owner":"microsoft"}