Search Templates
AgentTools API
Search Templates
Search Octoparse scraping templates and inspect their input schema before running executeTask.
GET
Search Templates
The request builder, cURL example, and response schema are generated from the OpenAPI definition in the API panel. Use this page for workflow guidance and AgentTools-specific rules.
Search for candidate templates
Use
keyword, id, slug, limitIds, or tags to narrow the template list.Inspect the recommended template
Read
recommendedTemplateName, inputSchema, sourceTree, sourceSummary, and outputSchema from response.data.Authentication
Prefer
x-api-key. x-client and accept-language are optional.Business data
Read business fields from
response.data. Use requestId only for troubleshooting.Important response fields
Important response fields
recommendedTemplateName is the best matching template name to pass to executeTask.templates contains matched templates and their metadata.inputSchema describes the inputs for the recommended template. Use field as the parameter key.sourceTree and sourceSummary describe source-backed options when a template requires selection.outputSchema describes expected output fields.What to call next
What to call next
Follow
suggestedNextCall, workflow, and toolHint when deciding whether to call executeTask.