DEV Community

Aamer Mihaysi
Aamer Mihaysi

Posted on • Originally published at mehaisi.com

Claude Code + Nimble: Structured Web Data Without the Mess

Claude skill that pulls structured data from any website — not walls of text, actual tables.

The Old Way

"Search the web" returns unstructured text. Parse, clean, hope format didn'''t change.

The New Way

Nimble skill returns structured data immediately.

Example:

claude "Find 2-bedroom rentals under $2000 posted today"

# Returns table:
# | Price | SqFt | Address | URL |
Enter fullscreen mode Exit fullscreen mode

How It Works

  1. Claude Code receives request
  2. Nimble searches real-time
  3. Returns structured output
  4. Handles JavaScript sites

Why It Matters

Composable agent capabilities. Each skill adds tooling without changing the model.

Use Cases

  • Real estate monitoring
  • Price tracking across retailers
  • Lead generation
  • Research aggregation

Conclusion

Agents with structured web data unlock workflows previously impossible without custom scrapers.

Links: Nimble skill + docs in profile

Top comments (0)