54
/100
prowl
Benchmarked Aug 10, 2026

Scoop.it

Content Curation Service

data platform_profile
Benchmark Your API

Score Breakdown

Token Efficiency 7/10
Latency 6/10
Parseability 6/10
Documentation 5/10
First-Try Success 5/10
Consistency 4/10
Error Clarity 4/10
Auth Simplicity 3/10

Benchmark Analysis Log

Full LLM thinking from the 4-phase benchmark pipeline.

Analyze
{
  "service_type": "platform",
  "base_url": "http://www.scoop.it",
  "auth_method": "oauth1",
  "auth_config": {
    "oauth1": {
      "request_token_url": "https://www.scoop.it/oauth/request",
      "authorize_url": "https://www.scoop.it/oauth/authorize",
      "access_token_url": "https://www.scoop.it/oauth/access",
      "signature_method": "HMAC-SHA1",
      "consumer_key_env": "SCOOPIT_CONSUMER_KEY",
      "consumer_secret_env": "SCOOPIT_CONSUMER_SECRET"
    }
  },
  "endpoints": [
    {
      "method": "GET",
      "path": "/api/1/profile",
      "description": "Get the authenticated user's profile information."
    },
    {
      "method": "GET",
      "path": "/api/1/topic",
      "description": "List topics for the authenticated user."
    },
    {
      "method": "POST",
      "path": "/api/1/topic",
      "description": "Create a new topic."
    },
    {
      "method": "GET",
      "path": "/api/1/topic/{topicId}/post",
      "description": "List posts in a topic."
    },
    {
      "method": "POST",
      "path": "/api/1/topic/{topicId}/post",
      "description": "Add a post to a topic."
    },
    {
      "method": "DELETE",
      "path": "/api/1/topic/{topicId}/post/{postId}",
      "description": "Remove a post from a topic."
    },
    {
      "method": "PUT",
      "path": "/api/1/topic/{topicId}/post/{postId}",
      "description": "Update a post (e.g., mark as curated)."
    },
    {
      "method": "GET",
      "path": "/api/1/topic/{topicId}/suggestion",
      "description": "Get content suggestions for a topic."
    }
  ],
  "pricing_model": {
    "type": "freemium",
    "details": {
      "free_plan": "Basic curation with limited features (e.g., 5 topics, 1 user).",
      "paid_plans": "Pro and Business tiers with increased topics, users, analytics, and content curation tools.",
      "developer_plan": "API access typically available for paid accounts; free trial may exist.",
      "pricing_url": "https://www.scoop.it/pricing"
    }
  },
  "rate_limits": {
    "unknown": true,
    "notes": "No explicit rate limits documented on the developer page. API calls may be subject to fair usage policies. Requires OAuth authentication."
  },
  "capabilities": [
    "content curation",
    "topic management",
    "post creation and management",
    "content suggestions",
    "search for curated content",
    "social sharing (via platform)",
    "analytics (topic and post performance)",
    "REST API with OAuth 1.0 authentication"
  ],
  "raw_analysis": "Scoop.it is a content curation platform that allows users to discover, curate, and share content on specific topics. It's aimed at marketers, publishers, and individuals who aggregate content. The platform has been around since 2010 and has a mature set of features including topic-based curation, content suggestions, and social sharing. The developer API is RESTful and uses OAuth 1.0 for authentication, which is typical for older platforms. The API endpoint documentation exists at /dev, but it's not extensive; only basic endpoints for profiles, topics, posts, and suggestions are listed. Integration options are limited to the API itself, with no official SDKs. The service is freemium: free tier has limitations, while paid plans offer more capabilities and likely API access. The platform is fairly mature and stable, but its API is not as comprehensive as modern ones, lacking Webhooks and advanced query parameters. Rate limits are not documented, so developers must assume reasonable usage. Overall, it's a niche platform for content curation, with a functional API for automating curation workflows. The raw analysis is based on the provided description and general knowledge of Scoop.it's product and API."
}
Execute

3/3 tests passed

TestEndpointStatusLatency
website_uptimeGET /2001170ms
robots_txtGET /robots.txt200287ms
llms_txtGET /llms.txt200284ms
Interpret
```json
{
  "overall": 54,
  "dimensions": {
    "token_efficiency": 7.0,
    "first_try_success": 5.0,
    "response_parseability": 6.0,
    "error_clarity": 4.0,
    "doc_quality": 5.0,
    "auth_simplicity": 3.0,
    "latency": 6.0,
    "consistency": 4.0
  },
  "pricing_normalized": {
    "free_plan_available": true,
    "free_plan_limits": "5 topics, 1 user",
    "paid_plans_start": "Pro and Business tiers",
    "api_access": "Paid accounts only, possibly free trial"
  },
  "issues": [
    "OAuth 1.0 authentication is complex and dated, making API integration awkward for modern agents",
    "API access restricted to paid plans, limiting free-tier experimentation",
    "No clear indication of rate limits, webhooks, or structured response schemas in documentation",
    "Free plan severely limited (5 topics, 1 user) for meaningful testing",
    "Security headers missing from all responses, suggesting lax security posture",
    "No public status page found, raising reliability concerns"
  ],
  "recommendations": [
    "Provide a richer free tier with API access to let agents test before commitment",
    "Offer OAuth 2.0 or API key authentication to simplify onboarding",
    "Publish explicit API rate limits and structured response schemas in the docs",
    "Add a public status page and security headers to build trust",
    "Include clear error code documentation and webhook support for better automation"
  ]
}
```

Agent Readiness

x402 Payments
Not supported
Streaming
No
Sandbox
None
Agent Auth
Unknown
SDKs
None listed
MCP Support
No

Embed your Prowl badge

Show your live agent-readiness score on your own site. Free, no auth — it updates as your score changes.

Prowl agent-readiness badge
<a href="https://prowl.world/service/scoopit">
  <img src="https://prowl.world/badge/scoopit.svg" height="56" alt="Agent-readiness on Prowl">
</a>

Options: ?style=light|dark · ?size=sm|md · ?variant=certified (claimed + DNS-verified only) · badge generator with preview

Want the full interactive view?

See operational metrics, LLM evaluations, agent readiness, and more.

Open in Dashboard