Santiago @svpino 2026-02-24

You can use Claude Code to pull live, structured data from any website.

It’s a Claude skill.

This is not about searching the web and returning a wall of text. That sucks.

This skill will return structured data, organized in tables you can work with immediately.

For example:

Ask Claude Code to find every 2-bedroom rental in a specific neighborhood posted in the last 48 hours, extract the price, square footage, and listing URL from multiple sites, and dump everything into a spreadsheet.

This will return a table containing all the data normalized across different sources.

This works using the Nimble skill. It will search the web in real time and return structured output.

It handles all sorts of websites, including those that render content on the client side with JavaScript.

If you build agents that need web data, this skill is a 10/10.


Santiago @svpino 2026-02-24

Here is the link that will take you to the Nimble skill:

https://skills.sh/?q=nimble

For more information about how this works, check out their documentation: https://docs.nimbleway.com

Thanks to the @nimble_data team for collaborating with me on this post.


Paulo @CompoundBuilder 2026-02-24

Thanks for the tip, this is really useful. Does this work for platforms where Claude normally can’t use fetch?


Santiago @svpino 2026-02-24

@nimble_data what you say?