Deepwiki: Check Repo Wiki Exists
Deepwiki via Parse · developer_tools
Check if a repository has a publicly available DeepWiki. Returns a boolean indicating whether the wiki exists. Useful for verifying availability before attempting to fetch wiki content. 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/check_repo_wiki_exists
- Interface artifact
- sha256:505e1fa96a4933b5bbd4ff7d03ab37bf760b67828230cf6153b52a5fcb661402
- Manifest digest
- sha256:ab13a3e02da631f76dcf18e0c5f6d450ed5366edf342ccb8bbf94900387af610
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"}