Firecrawl · Capability

Firecrawl API — Search

Firecrawl API — Search. 1 operations. Lead operation: Search and optionally scrape search results. Self-contained Naftiko capability covering one Firecrawl business surface.

Run with Naftiko FirecrawlSearch

What You Can Do

POST
Searchandscrape — Search and optionally scrape search results
/v1/search

MCP Tools

search-and-optionally-scrape-search

Search and optionally scrape search results

read-only

Capability Spec

firecrawl-search.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Firecrawl API — Search
  description: 'Firecrawl API — Search. 1 operations. Lead operation: Search and optionally scrape search results. Self-contained
    Naftiko capability covering one Firecrawl business surface.'
  tags:
  - Firecrawl
  - Search
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FIRECRAWL_API_KEY: FIRECRAWL_API_KEY
capability:
  consumes:
  - type: http
    namespace: firecrawl-search
    baseUri: https://api.firecrawl.dev/v2
    description: Firecrawl API — Search business capability. Self-contained, no shared references.
    resources:
    - name: search
      path: /search
      operations:
      - name: searchandscrape
        method: POST
        description: Search and optionally scrape search results
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.FIRECRAWL_API_KEY}}'
  exposes:
  - type: rest
    namespace: firecrawl-search-rest
    port: 8080
    description: REST adapter for Firecrawl API — Search. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/search
      name: search
      description: REST surface for search.
      operations:
      - method: POST
        name: searchandscrape
        description: Search and optionally scrape search results
        call: firecrawl-search.searchandscrape
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: firecrawl-search-mcp
    port: 9090
    transport: http
    description: MCP adapter for Firecrawl API — Search. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: search-and-optionally-scrape-search
      description: Search and optionally scrape search results
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: firecrawl-search.searchandscrape
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.