Wattpad Story Scraper ๐Ÿ“š avatar
Wattpad Story Scraper ๐Ÿ“š

Pricing

$19.99/month + usage

Go to Store
Wattpad Story Scraper ๐Ÿ“š

Wattpad Story Scraper ๐Ÿ“š

Developed by

EasyApi

EasyApi

Maintained by Community

Scrape stories from Wattpad search results with advanced filtering options. Extract comprehensive story details including title, description, stats, tags and more. Perfect for content analysis, market research and story discovery.

0.0 (0)

Pricing

$19.99/month + usage

0

Total users

6

Monthly users

3

Runs succeeded

>99%

Last modified

3 months ago

Powerful scraper for extracting detailed story information from Wattpad search results. Get comprehensive data about stories, authors, engagement metrics and more!

๐ŸŽฏ Use Cases

  • Content research and analysis
  • Story discovery and monitoring
  • Author performance tracking
  • Genre and tag analysis
  • Market research for writers and publishers
  • Engagement metrics collection

โœจ Features

  • Search-based story extraction
  • Detailed story metadata collection
  • Engagement metrics (votes, reads, comments)
  • Author information
  • Story categorization and tagging
  • Support for mature content filtering
  • Customizable results limit
  • Proxy support for reliable scraping

๐Ÿ“Š Output Data

For each story, the scraper extracts:

  • Story ID and URL
  • Title and description
  • Author information
  • Publication status and dates
  • Number of parts/chapters
  • Engagement metrics (votes, reads, comments)
  • Cover image URL
  • Tags and categories
  • Content rating (mature/non-mature)
  • Story length
  • Language information
  • Paywall status

๐Ÿ’ก Input Parameters

  • keywords: List of search terms to scrape stories for
  • maxItems: Maximum number of stories to collect (optional)
  • proxyConfiguration: Proxy settings for reliable scraping (optional)

๐Ÿ“Œ Limitations

  • Respects Wattpad's terms of service
  • Rate limiting applied to prevent overloading
  • Some premium content may not be accessible

Input Example

A full explanation of an input example in JSON.

{
"keywords": [
"world"
],
"maxItems": 30
}

Output sample

The results will be wrapped into a dataset which you can always find in theย Storageย tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

[
{
"keyword": "world",
"id": "385788708",
"title": "DANDYS WORLD SPROUT X COSMO LOLL",
"description": "Warning: swearing, romance, and gayness",
"user": {
"name": "DANDYSWORLDXX"
},
"completed": false,
"numParts": 16,
"lastPublishedPart": {
"createDate": "2025-02-14 19:51:58"
},
"voteCount": 59,
"readCount": 10928,
"commentCount": 315,
"cover": "https://img.wattpad.com/cover/385788708-256-k562718.jpg",
"mature": false,
"url": "https://www.wattpad.com/story/385788708-dandys-world-sprout-x-cosmo-loll",
"tags": [
"dandysworld",
"gay"
],
"isPaywalled": false,
"paidModel": null,
"length": 19663,
"language": 1,
"tagMeta": {
"tags": [
"dandysworld",
"gay"
],
"storyId": "385788708",
"numShown": 3
},
"reactName": "storyTags-385788708",
"category": null,
"rank": null
},
...
]