Live
search_registrations
verification.fda.gov.phReturns full-text matches grouped across all registration categories on https://verification.fda.gov.ph, including products, establishments, and licenses.
Parameters1
Runs10
Updated6h ago
Degraded10 runs · 60% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is search_registrations?
Returns full-text matches grouped across all registration categories on https://verification.fda.gov.ph, including products, establishments, and licenses. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass query and get the result back without maintaining a scraper.
Response
{
"query": "<string>",
"categories": [
{
"records": [
{
"fields": {},
"category": "<string>"
}
],
"category": "<string>",
"record_count": 0
}
],
"total_records": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/f9876b9b-7f72-4d42-964e-4ee2c996a923/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "f9876b9b-7f72-4d42-964e-4ee2c996a923",
"variables": {
"query": "DRP-15620"
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="f9876b9b-7f72-4d42-964e-4ee2c996a923") — the "search_registrations" function, which returns full-text matches grouped across all registration categories on https://verification.fda.gov.ph, including products, establishments, and licenses.. It takes query (str). Return the result as structured JSON.