Wattpad Story Scraper ๐Ÿ“š

Wattpad Story Scraper ๐Ÿ“š

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.

INTEGRATIONSOTHERSOCIAL_MEDIAApify

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.

1{
2    "keywords": [
3        "world"
4    ],
5    "maxItems": 30
6}

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.

1[
2    {
3        "keyword": "world",
4        "id": "385788708",
5        "title": "DANDYS WORLD SPROUT X COSMO LOLL",
6        "description": "Warning: swearing, romance, and gayness",
7        "user": {
8            "name": "DANDYSWORLDXX"
9        },
10        "completed": false,
11        "numParts": 16,
12        "lastPublishedPart": {
13            "createDate": "2025-02-14 19:51:58"
14        },
15        "voteCount": 59,
16        "readCount": 10928,
17        "commentCount": 315,
18        "cover": "https://img.wattpad.com/cover/385788708-256-k562718.jpg",
19        "mature": false,
20        "url": "https://www.wattpad.com/story/385788708-dandys-world-sprout-x-cosmo-loll",
21        "tags": [
22            "dandysworld",
23            "gay"
24        ],
25        "isPaywalled": false,
26        "paidModel": null,
27        "length": 19663,
28        "language": 1,
29        "tagMeta": {
30            "tags": [
31                "dandysworld",
32                "gay"
33            ],
34            "storyId": "385788708",
35            "numShown": 3
36        },
37        "reactName": "storyTags-385788708",
38        "category": null,
39        "rank": null
40    },
41    ...
42]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool โ€” just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. Youโ€™ll be guided to input a search term and get structured results. No setup needed!