Skip to main content

Ruby

Get started with Firecrawl in Ruby. Search, scrape, and interact with web data using the REST API.
1 min read

Prerequisites#

Search the web#

Firecrawl works with Ruby through the REST API using net/http.

Scrape a page#

Example response

Interact with a page#

Scrape a page, then keep working with it using natural language prompts.

Next steps#