Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Listings Scraper

Simple CLI tool that extracts job listings from any company website using Firecrawl.

Quick Start

  1. Clone and install dependencies:
git clone https://github.com/aschlean/firecrawl-th.git
cd firecrawl-th
npm install
  1. Get your Firecrawl API key from docs.firecrawl.dev

  2. Create .env file:

echo "FIRECRAWL_API_KEY=your_api_key_here" > .env
  1. Run:
npm start
  1. Enter any company website (e.g., openai.com) when prompted

Output Example

[
  {
    "position": "Software Engineer",
    "location": "San Francisco, CA",
    "link": "https://company.com/jobs/123",
    "remote": true,
    "postedDate": "2024-01-20",
    "compensation": "$150,000 - $200,000"
  }
]

Development

For hot reload during development:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages