AI Paraphrasing Tool API avatar

AI Paraphrasing Tool API

Pricing

$3.00 / 1,000 successful paraphrases

Go to Apify Store
AI Paraphrasing Tool API

AI Paraphrasing Tool API

Paraphrase text using different modes (fluency, standard, creative, formal) and synonym levels (0 to 100).

Pricing

$3.00 / 1,000 successful paraphrases

Rating

0.0

(0)

Developer

dev00

dev00

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

AI Paraphrasing Tool Actor (Apify Scraper Actor)

AI Paraphrasing Tool Actor is a high-performance web scraper and AI paraphrasing data extraction tool designed to rewrite text content into different styles and synonym levels. It interfaces with the high-performance AI Paraphrasing Tool API gateway.


🏷️ Keywords:

paraphrasing api, ai paraphraser scraper, article rewriter scraper, text rewriter api, paraphrase tool api, competitor rewriter api, spin text scraper, content rewriter tool.


🚀 Main Features

  • Flexible Modes: fluency, standard, creative, formal.
  • Synonym Tuning: Customize synonym density between 0 and 100.
  • Minimal Response Schema: Returns exactly the paraphrased text inside a clean JSON dataset format.

🔧 Input Parameters

FieldTypeDescriptionDefault
textstringThe text content to paraphrase.(lorem ipsum block)
modestringSelected rewrite mode (fluency, standard, creative, formal)standard
synonymsintegerSynonyms level (0 to 100)50
languagestringTarget translation/paraphrase languageenglish

Example Input JSON:

{
"text": "Hello world, this is a test of the paraphrasing tool.",
"mode": "standard",
"synonyms": 50
}

📊 Output Example

{
"paraphrased": "Greetings, global community, this is an assessment of the paraphrasing instrument."
}