Discover/wikihow.com API
live

wikihow.com APIwikihow.com

Access wikiHow articles via API. Search by keyword, fetch full step-by-step instructions, tips, warnings, ingredients, and categories in structured JSON.

Endpoints
3
Updated
14d ago
Try it
Maximum number of results to return.
The search term.
Offset for pagination (number of results to skip).
api.parse.bot/scraper/16abcbb9-b00b-4c0d-955e-3d11986d3e68/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/16abcbb9-b00b-4c0d-955e-3d11986d3e68/search?limit=10&query=how+to+cook+pasta&offset=0' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 3 totalclick to expand

Search for articles on wikiHow by keyword. Returns paginated results with article titles, URLs, view counts, and last updated information.

Input
ParamTypeDescription
limitintegerMaximum number of results to return.
queryrequiredstringThe search term.
offsetintegerOffset for pagination (number of results to skip).
Response
{
  "type": "object",
  "fields": {
    "results": "array of search result objects each containing title, url, views, and updated",
    "next_offset": "integer offset for fetching the next page of results",
    "total_results": "integer count of results returned"
  },
  "sample": {
    "data": {
      "results": [
        {
          "url": "https://www.wikihow.com/Cook-Pasta",
          "title": "Cook Pasta",
          "views": "2,781,956 views",
          "updated": "1 year ago"
        },
        {
          "url": "https://www.wikihow.com/Measure-Cooked-Pasta",
          "title": "Measure Cooked Pasta",
          "views": "66,997 views",
          "updated": "3 months ago"
        }
      ],
      "next_offset": 15,
      "total_results": 10
    },
    "status": "success"
  }
}

About the wikihow.com API

The wikiHow API provides 3 endpoints to search and retrieve structured content from wikiHow's library of how-to articles. The get_article endpoint returns up to 8 distinct response fields — including step-by-step topics, tips, warnings, ingredients, and categories — for any article identified by title or page ID. The search endpoint supports paginated keyword queries, and get_random returns a random article's title, URL, and page ID.

Search and Article Retrieval

The search endpoint accepts a required query string and optional limit and offset integers for pagination. Each result in the results array includes the article title, url, views (total view count), and updated (last modified date). The next_offset field allows you to walk through additional pages of results, and total_results reflects the count returned in the current response.

Full Article Structure

The get_article endpoint accepts either a title (formatted as it appears in the URL path, e.g. Cook-Pasta) or a numeric pageid. The response organizes content into topics — each with a title and an array of steps, where every step has a title and description. Alongside step content, the endpoint returns tips and warnings as flat string arrays, and ingredients as a string array that is populated for recipe-style articles. The categories array lists the wikiHow category paths the article belongs to.

Random Article Discovery

The get_random endpoint takes no parameters and returns a single randomly selected article's title, url, and pageid. This is useful for sampling content, building discovery features, or testing downstream article processing pipelines against varied article types.

Identifiers and Cross-Referencing

Both get_article and get_random return a pageid integer. You can use a pageid returned from search or get_random directly as the pageid input to get_article, making it straightforward to chain a discovery call into a full content fetch without constructing a URL.

Common use cases
  • Build a how-to content aggregator using search results filtered by keyword and sorted by views.
  • Extract structured recipe data from wikiHow cooking articles using the ingredients and topics fields.
  • Populate a knowledge base or chatbot with step-by-step instructions from topics returned by get_article.
  • Surface safety-related warnings from wikiHow articles in a companion app for DIY or home repair tasks.
  • Generate a daily random tip widget by calling get_random and then fetching tips via get_article.
  • Index wikiHow categories metadata to classify how-to content by topic domain in a content pipeline.
  • Paginate through wikiHow search results using offset and next_offset to build a bulk article dataset.
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does wikiHow have an official developer API?+
wikiHow does not publish a general-purpose public developer API. Structured article data in JSON format is available through this Parse API.
What does `get_article` return for non-recipe articles — is the `ingredients` field empty?+
For articles that are not recipe or supply-based guides, the ingredients array is returned but will be empty. It is only populated when the article includes a list of required materials or ingredients. All other fields — topics, tips, warnings, and categories — are returned regardless of article type.
Does the `search` endpoint return the full article content, or just metadata?+
The search endpoint returns metadata only: title, url, views, and updated for each result. Full content — including topics, steps, tips, warnings, and ingredients — requires a follow-up call to get_article using the article's title or page ID.
Does the API expose article images or embedded media from wikiHow articles?+
Not currently. The API returns text-based fields: step titles, descriptions, tips, warnings, ingredients, and categories. Images associated with individual steps are not included in the response. You can fork this API on Parse and revise it to add an image URL field to the step objects.
How reliable is the `views` field returned by `search` — does it reflect real-time counts?+
The views field reflects the view count as available at the time of the request and may not update in real time. wikiHow does not publish a live view-count feed, so there can be a lag between actual page traffic and what the field returns. Treat it as a relative popularity signal rather than a precise live counter.
Page content last updated . Spec covers 3 endpoints from wikihow.com.
Related APIs in EducationSee all →
arxiv.org API
Search and discover academic research papers on arXiv using keywords, authors, titles, categories, and dates, then access detailed metadata for any paper. Browse the complete arXiv category taxonomy to explore research across different scientific disciplines.
maxpreps.com API
Access high school sports data from MaxPreps. Search for schools, retrieve team rosters and schedules, look up athlete profiles, and browse national or state rankings across all sports.
athletic.net API
Search and analyze cross country and track & field performance data across the US, including athlete profiles, meet results, team rosters, and rankings. Access comprehensive meet information, historical records, and state-level competition data to track athlete progress and discover top performers.
allaboutcircuits.com API
Access educational electronics content from All About Circuits, including technical articles, circuit diagrams, textbook volumes, and forum discussions organized by category. Search and browse the latest resources, view detailed articles, explore engineering tools, and find answers across their community forums.
illinoisreportcard.com API
Search and analyze comprehensive performance data for Illinois public schools, districts, and the state, including academic achievements in ELA, math, and science, student demographics, teacher and administrator information, school finances, and environmental conditions. Compare schools side-by-side, track growth metrics, and access accountability ratings and school highlights to make informed decisions about education quality.
noor-book.com API
Search and discover books across 1,800+ categories in the Noor Book library, retrieving detailed information about titles, authors, biographies, and book metadata. Access comprehensive author profiles and browse one of the largest Arabic and English digital book collections with over 289,000 authors.
quizbowlpackets.com API
Search and browse thousands of quizbowl question sets across all competition levels, then access detailed metadata like difficulty, subjects, and download links for each packet. Find the perfect practice materials for High School, Collegiate, Middle School, or Pop Culture quizbowl competitions.
amberstudent.com API
Search student accommodation listings across popular cities and access comprehensive property information including room types, pricing trends, and tenant reviews. Get detailed insights into student housing options to compare amenities, prices, and community feedback all in one place.