Citrix: Search Docs
Citrix via Parse · developer_tools
Full-text search across Citrix product documentation. Returns ranked results with title, URL, snippet, product name, date, and file type. Supports filtering by product, version, and file type via facet values returned in each response. Pagination is offset-based: advance `offset` by `limit` to fetch subsequent pages. Search Citrix product documentation across all products and versions. Fulfilled by Parse from docs.citrix.com.
- b2b-directory
- citrix
- developer-tools
- docs-citrix-com
- education
- parse
- platform-key
Price and execution
- Price
- $0.04 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/bb2632d3-f773-45ff-a010-007e54bd450f/search_docs
- Interface artifact
- sha256:6792b68a42e388ab588ee8592ffe3a1613a710d23b5d6b6578a7d1dffec839df
- Manifest digest
- sha256:0bd07548d44438cc828d26ec5d3dbcdeaf6f8e87096aa746016dc2b7efc38bd6
Request fields
- limit (integer): Maximum number of results per page (1-50).
- query (string, required): Search query text matched against documentation titles and body content.
- offset (integer): Zero-based item offset for pagination.
- product (string): Filter results to a specific product. Use a value from the `c_productName` facet in the response (e.g. 'Citrix Virtual Apps and Desktops').
- version (string): Filter results to a specific version. Use a value from the `c_versionType` facet in the response (e.g. 'Current Release', '2511').
- file_type (string): Filter results by file type. Use a value from the `c_fileType` facet: 'HTML' or 'PDF'.
Example queries
- {"limit":"5","query":"virtual apps","offset":"0","product":"Citrix Virtual Apps and Desktops","version":"Current Release","file_type":"HTML"}