Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

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

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /Yahoo Finance
  4. /Yahoo Finance Search API

Endpoint Playground

Try the Yahoo Finance Search API

Test Crawlora's Yahoo Finance Search 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
/yahoo-finance/search
Platform
Yahoo Finance
Auth
apiKey
Credits
1 credit/request
Required params
q
Common optional params
quotes_count, news_count, lists_count, include_research, enable_fuzzy_query
Yahoo Finance Search API documentationYahoo Finance platform pageCrawlora API pricingTry Yahoo Finance Calendars APITry Yahoo Finance Calendar APITry Yahoo Finance download APITry Yahoo Finance Industries APITry Yahoo Finance Industry API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/yahoo-finance/search?q=apple&quotes_count=6&news_count=4" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
qstringYesappleTicker symbol or company name
quotes_countintegerNo6Quote result count
news_countintegerNo4News result count
lists_countintegerNoList result count
include_researchbooleanNoInclude research reports when Yahoo returns them
enable_fuzzy_querybooleanNoEnable fuzzy matching

Example JSON response

{
  "code": 200,
  "data": {
    "lists": [
      {}
    ],
    "news": [
      {}
    ],
    "query": "sample",
    "quotes": [
      {}
    ],
    "research": [
      {}
    ]
  },
  "msg": "OK"
}

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.

38 shown
GETapiKey1 credit/requestyahoofinance.searchResponseDocYahoo Finance
GET /yahoo-finance/search

Yahoo Finance search

Returns normalized Yahoo Finance quotes, news, lists, and optional research reports for a query.

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

Required query 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,
  "data": {
    "lists": [
      {}
    ],
    "news": [
      {}
    ],
    "query": "sample",
    "quotes": [
      {}
    ],
    "research": [
      {}
    ]
  },
  "msg": "OK"
}

Endpoint details

Returns normalized Yahoo Finance quotes, news, lists, and optional research reports for a query.

Method
GET
Path
/yahoo-finance/search
Authentication
apiKey
Credit cost
1 credit/request
Platform
Yahoo Finance
Parameters
7 documented fields

Request parameters

q:queryquotes_count:querynews_count:querylists_count:queryinclude_research:queryenable_fuzzy_query:queryx-api-key:header

Response schema fields

codedatadata.listsdata.newsdata.querydata.quotesdata.researchmsg

Sample response summary

{
  "code": 200,
  "data": {
    "lists": [
      {}
    ],
    "news": [
      {}
    ],
    "query": "sample",
    "quotes": [
      {}
    ],
    "research": [
      {}
    ]
  },
  "msg": "OK"
}

cURL example

curl "https://api.crawlora.net/api/v1/yahoo-finance/search?q=<q>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingYahoo Finance calendar typesYahoo Finance calendar resultsYahoo Finance batch historical pricesYahoo Finance industriesYahoo Finance industry detail

Browse public API demos

Google Trends explore dataSearch TripAdvisor placesSearch Zillow listingsYahoo Finance ticker quoteYahoo Finance searchYahoo Finance historical pricesYahoo Finance trending symbolsSearch Airbnb stays
DocsPlatformsPricing