Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, maps, geocoding, streaming, travel, real estate, marketplaces, apps, social, audio, crypto, finance, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub

Use cases

SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsChangelogBlogGitHub
Use cases
SERP MonitoringGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Metaculus
  4. /Metaculus category questions API

Endpoint Playground

Try the Metaculus category questions API

Test Crawlora's Metaculus category questions API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/metaculus/category/{slug}/questions
Platform
Metaculus
Auth
apiKey
Credits
2 credits/request
Required params
slug
Common optional params
limit
Metaculus category questions API documentationMetaculus platform pageCrawlora API pricingTry Metaculus comments feed APITry Metaculus project questions APITry Metaculus question detail APITry Metaculus question forecast history APITry Metaculus question forecasts API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/metaculus/category/artificial-intelligence/questions" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
slug (path)stringYesartificial-intelligenceMetaculus category slug
limitintegerNoRows to return, default 10, max 25

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "limit": 1,
    "feed": "category",
    "source_url": "https://www.metaculus.com/questions/?categories=artificial-intelligence&for_main_feed=false",
    "fetched_at": "2026-06-07T14:00:00Z",
    "questions": [
      {
        "id": 43612,
        "title": "Example artificial intelligence question",
        "comment_count": 16,
        "public_page_derived": true
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

11 shown
Group
GETapiKey2 credits/requestmetaculus.questionsResponseDocMetaculus
GET /metaculus/category/{slug}/questions

Metaculus category questions

Returns normalized Metaculus question rows from a credential-free public category feed page. Allowed category slugs: artificial-intelligence, computing-and-math, cryptocurrencies, economy-business, elections, environment-climate, geopolitics, health-pandemics, law, metaculus, natural-sciences, nuclear, politics, social-sciences, space, sports-entertainment, technology.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "limit": 1,
    "feed": "category",
    "source_url": "https://www.metaculus.com/questions/?categories=artificial-intelligence&for_main_feed=false",
    "fetched_at": "2026-06-07T14:00:00Z",
    "questions": [
      {
        "id": 43612,
        "title": "Example artificial intelligence question",
        "comment_count": 16,
        "public_page_derived": true
      }
    ]
  }
}

Endpoint details

Returns normalized Metaculus question rows from a credential-free public category feed page. Allowed category slugs: artificial-intelligence, computing-and-math, cryptocurrencies, economy-business, elections, environment-climate, geopolitics, health-pandemics, law, metaculus, natural-sciences, nuclear, politics, social-sciences, space, sports-entertainment, technology.

Method
GET
Path
/metaculus/category/{slug}/questions
Authentication
apiKey
Credit cost
2 credits/request
Platform
Metaculus
Parameters
3 documented fields

Request parameters

slug:pathlimit:queryx-api-key:header

Response schema fields

codedatadata.feeddata.fetched_atdata.limitdata.questionsdata.questions[].categoriesdata.questions[].categories[].emojidata.questions[].categories[].iddata.questions[].categories[].namedata.questions[].categories[].slugdata.questions[].categories[].type

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "limit": 1,
    "feed": "category",
    "source_url": "https://www.metaculus.com/questions/?categories=artificial-intelligence&for_main_feed=false",
    "fetched_at": "2026-06-07T14:00:00Z",
    "questions": [
      {
        "id": 43612,
        "title": "Example artificial intelligence question",
        "comment_count": 16,
        "public_page_derived": true
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/metaculus/category/<slug>/questions" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingMetaculus comments feedMetaculus project questionsMetaculus question detailMetaculus question forecast historyMetaculus question forecasts

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing