Wikipedia
Search and retrieve content from Wikipedia
Configuration
Get Page Summary
Operation
Get Page Summary
Page Title*
Enter Wikipedia page title (e.g., "Python programming language")...
Get Page Summary (
wikipedia_summary)Get a summary and metadata for a specific Wikipedia page.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
pageTitle | string | Yes | Title of the Wikipedia page to get summary for |
Output
| Parameter | Type | Description |
|---|---|---|
title | string | Page title |
extract | string | Page extract/summary text |
description | string | Short page description |
thumbnail | object | Thumbnail image data |
content_urls | object | URLs to access the page |
Search Pages
Operation
Search Pages
Search Query*
Enter search terms...
Max Results
10
Search Pages (
wikipedia_search)Search for Wikipedia pages by title or content.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Search query to find Wikipedia pages |
searchLimit | number | No | Maximum number of results to return (default: 10, max: 50) |
Output
| Parameter | Type | Description |
|---|---|---|
title | string | title output |
excerpt | string | excerpt output |
Get Page Content
Operation
Get Page Content
Page Title*
Enter Wikipedia page title...
Get Page Content (
wikipedia_content)Get the full HTML content of a Wikipedia page.
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
pageTitle | string | Yes | Title of the Wikipedia page to get content for |
Output
| Parameter | Type | Description |
|---|---|---|
title | string | Page title |
pageid | number | Wikipedia page ID |
html | string | Full HTML content of the page |
revision | number | Page revision number |
Random Page
Operation
Random Page
Random Page (
wikipedia_random)Get a random Wikipedia page.
Input
| Parameter | Type | Required | Description |
|---|
Output
| Parameter | Type | Description |
|---|---|---|
title | string | Page title |
extract | string | Page extract/summary |
description | string | Page description |
thumbnail | object | Thumbnail image data |
Usage Instructions
Integrate Wikipedia into the workflow. Can get page summary, search pages, get page content, and get random page.
Notes
- Category:
tools - Type:
wikipedia