Example:{
"urls": [
"https://news.302.ai"
],
"target": "AIモデルと詳細な紹介",
"schema": {
"topic": {
"type": "string",
"description": "記事のトピック"
},
"view": {
"type": "number",
"description": "記事の閲覧数"
},
"detail": {
"type": "string",
"description": "記事の詳細の概要"
},
"keywords": {
"type": "array",
"description": "記事キーワード、最大5",
"items": {
"type": "string"
}
},
"hot": {
"type": "boolean",
"description": "それは人気のある記事ですか?"
}
},
"recursiveConfig": {
"matchType": "auto",
"searchModel": "default",
"outputMd": true,
"maxDepth": 1,
"maxUrls": 1
},
"proxyConfig": {
"proxyUrl": "",
"proxyUsername": "",
"proxyPassword": ""
},
"browserConfig": {
"headless": true,
"browserType": "chromium",
"viewportWidth": 1920,
"viewportHeight": 1080,
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7)",
"cacheEnabled": false,
"jsEnabled": false,
"lightMode": false,
"textMode": false,
"cookies": [],
"headers": {
"Accept-Language": "zh-CN"
}
}
}