Discover and correct spelling errors across entire websites effortlessly with our AI-powered crawler. Start from any URL, and receive a comprehensive report detailing each error, suggested corrections, and severity levels. Enhance your site's professionalism and user experience today!
Crawl entire websites and check every page for spelling errors with AI. Get a detailed report of all spelling errors found, with possible fixes and severity indicators.
The actor saves each spelling error as a separate record in the dataset with the following structure:
URL
: The URL of the page where the spelling error was foundsentence_mistake
: The original sentence with the spelling errorsentence_corrected
: The corrected version of the sentenceexplanation
: The explanation of the errorseverity
: The severity of the error (high/medium/low)1[ 2 { 3 "sentence_mistake": "Disdvantages of API Scraping", 4 "sentence_corrected": "Disadvantages of API Scraping", 5 "explanation": "The word 'Disdvantages' is a misspelling of 'Disadvantages'.", 6 "severity": "high", 7 "URL": "https://docs.apify.com/academy/api-scraping" 8 }, 9 { 10 "sentence_mistake": "your every day scraping endeavors.", 11 "sentence_corrected": "your everyday scraping endeavors.", 12 "explanation": "The term 'every day' refers to something that happens daily, while 'everyday' is an adjective meaning common or ordinary. In this context, 'everyday' is the correct form to use.", 13 "severity": "medium", 14 "URL": "https://docs.apify.com/academy/concepts" 15 } 16]
The actor accepts the following input parameters:
startUrls
(required): Array of URLs to start crawling frommaxPagesPerStartUrl
(optional): Maximum number of pages to crawl per start URL1{ 2 "startUrls": [ 3 { 4 "url": "https://blog.apify.com/" 5 } 6 ], 7 "maxPagesPerStartUrl": 5 8}
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!