Plagiarismdetector: Check Plagiarism
Plagiarismdetector via Parse · developer_tools
Checks text for plagiarism by splitting it into sentences and comparing each against web sources. Returns overall unique/plagiarized percentages and per-sentence analysis with matching source URLs. Each call solves a reCAPTCHA and makes multiple sequential requests (form submission, sentence splitting, plagiarism check), so latency is typically 10-20 seconds. Limited to 1000 words per check on the free tier. Check text for plagiarism and detect AI-generated content using plagiarismdetector.net Fulfilled by Parse from plagiarismdetector.net.
- developer-tools
- education
- news-media
- parse
- plagiarismdetector
- plagiarismdetector-net
- platform-key
Price and execution
- Price
- $0.10 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- developer_tools
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/916db57b-a9c2-42af-867a-9cbcdb4312bd/check_plagiarism
- Interface artifact
- sha256:5d6ff9f14ccb3a68c4c5a0cd99c78fdb41d29718bd63888836274b798d93a80e
- Manifest digest
- sha256:6b7db57a9f4c7a84d4eceb1606341d8c7682c1cba9259ca9136d95b647185911
Request fields
- text (string, required): The text content to check for plagiarism. Must not be empty. Limited to 1000 words on the free tier.
- exclude_url (string): A URL to exclude from plagiarism matching results. Useful when checking content that is already published at a known URL.
Example queries
- {"text":"The quick brown fox jumps over the lazy dog. This is a unique sentence written for testing purposes only."}