Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat] Crawl a website example consumes 16% of the free tier #871

Open
joaoaugustogrobe opened this issue Nov 6, 2024 · 1 comment
Open
Labels
documentation Improvements or additions to documentation

Comments

@joaoaugustogrobe
Copy link

Problem Description
The example for crawl a website shown in the repo description consumes 16%, reading 84 pages.

Proposed Feature
Please let's reduce the limit in the example, instead of 100, using a limit of around 5-10 is already enough for demonstrating the feature without consuming that much of the free trial credits for the api.

Implementation Suggestions

# Crawl a website:
crawl_status = app.crawl_url(
  'https://firecrawl.dev', 
  params={
    # - 'limit': 100, 
    'limit': 10, 
    'scrapeOptions': {'formats': ['markdown', 'html']}
  },
  poll_interval=30
)

Additional Context
I know this looks super silly, but I was testing the example provided and I in three runs I used most of my free trial, so it's annoying to create another account or self hosting the application before even having a real chance to test the application

@nickscamara
Copy link
Member

Makes sense @joaoaugustogrobe! Thanks for pointing that out!

@nickscamara nickscamara added the documentation Improvements or additions to documentation label Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants