Detect the language of each line of text using machine learning. Paste multiple lines of text into the input, and this actor will identify the language of each one, returning results with confidence scores and alternative guesses based on a trained statistical model.
This actor detects the language of each line of text using machine learning techniques. It allows users to input multiple lines of text, with each line representing a separate text sample. The actor will return the detected language for each line, along with confidence scores and alternative language guesses.
1Hello, how are you? 2Bonjour, comment ça va? 3これは日本語です。
The actor will return the detected language for each line of text, along with alternative language guesses and their confidence scores.
1[ 2 { 3 "text": "Hello, how are you?", 4 "language": "en", 5 "confidence": 0.999995 6 }, 7 { 8 "text": "Bonjour, comment ça va?", 9 "language": "fr", 10 "confidence": 0.999991 11 }, 12 { 13 "text": "Hola, ¿cómo estás?", 14 "language": "es", 15 "confidence": 0.999995 16 }, 17 { 18 "text": "これは日本語です。", 19 "language": "ja", 20 "confidence": 1.0 21 } 22]
This actor is deployed on Apify and can be used via the Apify Console. Once deployed, users can provide text as input and retrieve language detection results through the UI.
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!