Wikipedia
Search and retrieve content from Wikipedia
Integrate Wikipedia into the workflow. Can get page summary, search pages, get page content, and get random page.
| Parameter | Type | Required | Description |
|---|
pageTitle | string | Yes | No description |
| Parameter | Type | Description |
|---|
summary | object | Wikipedia page summary and metadata |
↳ type | string | Page type (standard, disambiguation, etc.) |
↳ title | string | Page title |
↳ displaytitle | string | Display title with formatting |
↳ description | string | Short page description |
↳ extract | string | Page extract/summary text |
↳ extract_html | string | Extract in HTML format |
↳ thumbnail | object | Thumbnail image data |
↳ source | string | Thumbnail image URL |
↳ width | number | Thumbnail width in pixels |
↳ height | number | Thumbnail height in pixels |
↳ originalimage | object | Original image data |
↳ source | string | Thumbnail image URL |
↳ width | number | Thumbnail width in pixels |
↳ height | number | Thumbnail height in pixels |
↳ content_urls | object | URLs to access the page |
↳ desktop | object | Desktop URLs |
↳ page | string | Page URL |
↳ revisions | string | Revisions URL |
↳ edit | string | Edit URL |
↳ talk | string | Talk page URL |
↳ mobile | object | Mobile URLs |
↳ page | string | Page URL |
↳ revisions | string | Revisions URL |
↳ edit | string | Edit URL |
↳ talk | string | Talk page URL |
↳ lang | string | Page language code |
↳ dir | string | Text direction (ltr or rtl) |
↳ timestamp | string | Last modification timestamp |
↳ pageid | number | Wikipedia page ID |
↳ wikibase_item | string | Wikidata item ID |
↳ coordinates | object | Geographic coordinates |
↳ lat | number | Latitude |
↳ lon | number | Longitude |
| Parameter | Type | Required | Description |
|---|
query | string | Yes | No description |
searchLimit | number | No | No description |
| Parameter | Type | Description |
|---|
searchResults | array | Array of matching Wikipedia pages |
↳ id | number | Result index |
↳ key | string | URL-friendly page key |
↳ title | string | Page title |
↳ excerpt | string | Search result excerpt |
↳ matched_title | string | Matched title variant |
↳ description | string | Page description |
↳ thumbnail | object | Thumbnail data |
↳ mimetype | string | Image MIME type |
↳ size | number | File size in bytes |
↳ width | number | Width in pixels |
↳ height | number | Height in pixels |
↳ duration | number | Duration for video |
↳ url | string | Thumbnail URL |
↳ url | string | Page URL |
totalHits | number | Total number of search results found |
query | string | The search query that was executed |
| Parameter | Type | Required | Description |
|---|
pageTitle | string | Yes | No description |
| Parameter | Type | Description |
|---|
content | object | Full HTML content and metadata of the Wikipedia page |
↳ title | string | Page title |
↳ pageid | number | Wikipedia page ID |
↳ html | string | Full HTML content of the page |
↳ revision | number | Page revision number |
↳ tid | string | Transaction ID (ETag) |
↳ timestamp | string | Last modified timestamp |
↳ content_model | string | Content model (wikitext) |
↳ content_format | string | Content format (text/html) |
| Parameter | Type | Required | Description |
|---|
| Parameter | Type | Description |
|---|
randomPage | object | Random Wikipedia page data |
↳ type | string | Page type |
↳ title | string | Page title |
↳ displaytitle | string | Display title |
↳ description | string | Page description |
↳ extract | string | Page extract/summary |
↳ thumbnail | object | Thumbnail image data |
↳ source | string | Thumbnail image URL |
↳ width | number | Thumbnail width in pixels |
↳ height | number | Thumbnail height in pixels |
↳ content_urls | object | URLs to access the page |
↳ desktop | object | Desktop URL |
↳ page | string | Page URL |
↳ mobile | object | Mobile URL |
↳ page | string | Page URL |
↳ lang | string | Language code |
↳ timestamp | string | Timestamp |
↳ pageid | number | Page ID |