Skip to content

Commit

Permalink
fix: add note about IP collection to web-scraping page (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar authored Feb 16, 2024
1 parent d588a7c commit 59621bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/components/common/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ export const USE_CASES = {
<>Use a normal browser and search for flights.</>,
<>
Now, try scrape the results using an automation tool like Selenium, Puppeteer, Playwright, Cypress, or similar.
Note that the bot IP will be collected and displayed in the <Link href={'/bot-firewall'}>Bot Firewall</Link>{' '}
demo.
</>,
<>
You will only see an error message if the request is coming from a bot. Try it using our{' '}
Expand Down

0 comments on commit 59621bf

Please sign in to comment.