alloyTools & Utilities
Loading…
← Home|en-masse
← All tools
Ready to use

Verb counts and verb list

ContentSite Analysis

Fetches a page and counts the verbs in the main body content, returning a total count and a deduplicated comma-separated list of all verbs found.

Input columns

  • URL

Output columns

  • verbCount
  • verbWords
View prompt templateShow ▾
Analyze the body section of the HTML below and count how many verbs are in the content. Build a comma separated list of all verbs seen on the page.

Respond with a JSON object containing:
- "verbCount": an integer representing the total count of verbs in the page body content.
- "verbWords": a comma separated list of all the verbs on the page removing duplicates.

HTML Content:
{scrapedUrlsHTML}
Idle