Clean text fast! 🚀 This actor removes profanity, obscenity, & unwanted words. Perfect for content moderation & data sanitization. Built-in & custom lists. Try it now! ✨
This actor checks text content for profanity. It's a simple and effective way to filter and remove profanity, obscenity, and other unwanted text from your content.
The actor provides detailed information for each processed text:
orginalText
: Original text that was provided in the inputcontainsProfanity
: Boolean check if profanity was detectednewText
: Updated text with profanity filtered outExample output
1[ 2 { 3 "originalText": "This is a piece of text", 4 "containsProfanity": false, 5 "newText": "This is a piece of text" 6 }, 7 { 8 "originalText": "This is another piece of shit", 9 "containsProfanity": true, 10 "newText": "This is another piece of ****" 11 } 12]
Input is provided as JSON with the following properties:
texts
(required): Array of text strings to check for profanityadd
(optional): Additional comma-separated words to add to profanity list (max 10 words or 200 chars)fillText
(optional): Text to replace profanity with (max 20 chars)fillChar
(optional): Single character to replace profanity with (fills to length of word, ignored when fillText is provided)Example Input:
1{ 2 "texts": [ 3 "This is a piece of text", 4 "This is another piece of text" 5 ], 6 "add": "word1,word2", 7 "fillText": "[REMOVED]", 8 "fillChar": "*" 9}
Ready to start scraping Instagram posts? Try the Actor for free and get:
Check out my other scrapers on my Apify profile for:
Need a custom Instagram scraping solution? I can help! Contact me for:
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!