{"uid":"cap_eEFU3-KuITmlGKmo9oamu","slug":"dopaminedesk-named-entity-recognition-ner-api-b1af19d3","name":"DopamineDesk Named Entity Recognition (NER) API","description":"Extract emails, URLs, money values, dates, and candidate capitalized phrases using transparent deterministic patterns.","url":"https://ai-data-marketplace-1042299154756.us-central1.run.app/api/v1/extract_entities","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"queryParams":{"type":"object","required":["text"],"properties":{"text":{"type":"string","description":"The text to analyze."}},"additionalProperties":true}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["success","engine","caveat","entities","marketplace_metadata"],"properties":{"caveat":{"type":"string"},"engine":{"type":"string"},"success":{"type":"boolean"},"entities":{"type":"object","required":["emails","urls","money","dates","capitalized_phrases"],"properties":{"urls":{"type":"array","items":{}},"dates":{"type":"array","items":{}},"money":{"type":"array","items":{}},"emails":{"type":"array","items":{}},"capitalized_phrases":{"type":"array","items":{"type":"string"}}},"additionalProperties":true},"marketplace_metadata":{"type":"object","required":["data_mode","billable","availability","source"],"properties":{"source":{"type":"string"},"billable":{"type":"boolean"},"data_mode":{"type":"string"},"availability":{"type":"string"}},"additionalProperties":true}},"additionalProperties":true}}}}},"responseSchema":{"type":"json","example":{"caveat":"Capitalized phrases are entity candidates and are not semantically classified.","engine":"deterministic_pattern_extraction_v1","success":true,"entities":{"urls":[],"dates":[],"money":[],"emails":[],"capitalized_phrases":["Tim Cook","Apple"]},"marketplace_metadata":{"source":"deterministic pattern extractor","billable":true,"data_mode":"computed_service","availability":"operational"}}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.005","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.005/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.005","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_sqsy5BuuAhVRdeKV-rm4X","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.005","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts named entities (people, organizations, locations, dates, etc.) from a text string, returning each entity's text span, label, and confidence score.","exampleAgentPrompt":"Can you extract all the named entities — people, companies, places, and dates — from this text: 'Elon Musk announced that Tesla will open a new gigafactory in Berlin, Germany next spring.'","exampleUseCases":[{"title":"Entity extraction from news articles","prompt":"Pull out all the people, organizations, and locations mentioned in this news snippet: 'Jeff Bezos and Andy Jassy met with EU regulators in Brussels last Monday to discuss Amazon's compliance strategy.'"},{"title":"Due diligence document parsing","prompt":"I need to identify every person and company name in this legal filing excerpt so I can flag related parties — can you run entity extraction on it? The text is: 'The agreement was signed by Maria Gonzalez on behalf of Nexus Capital Partners, witnessed by James Hartley of Clearbridge Legal, in New York on March 3, 2024.'"},{"title":"Structured data enrichment from job postings","prompt":"Extract all the job titles, company names, and city names from this job posting text so I can populate my database: 'Senior Engineer role at DataBridge Inc., located in Austin, Texas, reporting to CTO Sarah Lin.'"}],"resultDescription":"A JSON object containing an array of entities, each with: the matched text span, a label indicating the entity type (e.g. PERSON, ORG, GPE, DATE), and a confidence score between 0 and 1 indicating the model's certainty.","failureModes":["Empty or missing 'text' field returns an error or empty entity array","Very short or ambiguous text may return zero entities or low-confidence results","Text in unsupported languages may produce incorrect labels or no output","Extremely long text inputs may time out or be truncated","Ambiguous entity types (e.g. a word that could be a person or place) may receive incorrect labels with lower confidence scores"],"whenToPreferThis":"Choose this endpoint when you need fast, pay-per-call named entity recognition with no subscription and USDC micropayment settlement via x402. It is ideal for agents that process arbitrary text at low volume or need to extract structured entity data on-demand without managing an NLP pipeline. Prefer this over self-hosted NER models when cost predictability per call matters and when PERSON, ORG, GPE, and DATE labels are sufficient.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T12:53:26.711Z","isFirstParty":false}