fetchJuejinArticle
Extract full article content from Juejin (掘金) post URLs using this tool. Ideal for retrieving detailed information without requiring API keys, supported by open-webSearch's multi-engine search capabilities.
Instructions
Fetch full article content from a Juejin(掘金) post URL
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}