138 Commits

Author SHA1 Message Date
Eric Ciarla
669c694b32 R1 Crawler 2025-01-22 09:37:10 -03:00
Eric Ciarla
94267ff406 Create o1_web_extractor.py 2024-12-18 17:31:45 -05:00
Eric Ciarla
e06647b4b0 Move full app examples to other repo 2024-12-12 14:41:11 -05:00
Eric Ciarla
e5fe9e1534 Create .env.example 2024-12-11 15:31:08 -05:00
BexTuychiev
a093d55e6d Add assets for GitHub actions tutorialc 2024-12-09 16:55:04 +05:00
BexTuychiev
57ef400473 Add README to auotmated price tracking project 2024-12-06 23:15:12 +05:00
BexTuychiev
4fc94aba94 Add a link to the assets directory that will work once the PR is merged 2024-12-06 23:11:35 +05:00
BexTuychiev
742c3df67e Add assets for the Automated Amazon Price Tracking article 2024-12-06 23:05:18 +05:00
BexTuychiev
5b7bd571cc Add assets for a new 'Deploying web scrapers' article 2024-12-05 14:42:39 +05:00
BexTuychiev
c5d75bef0f Add assets for a new 'Scheduling web scrapers' article 2024-12-05 14:31:21 +05:00
Eric Ciarla
2988a56ee5
Merge pull request #928 from BexTuychiev/hacker-news-scraper
Add a new project to examples that shows how to scrape Hacker News website
2024-11-29 08:49:00 -05:00
BexTuychiev
137726ca4f feature: Add a log message for every file saved 2024-11-28 15:02:29 +05:00
BexTuychiev
d777633b30 Add a new project to examples that shows how to scrape Hacker News website 2024-11-28 14:30:09 +05:00
BexTuychiev
c0fd256021 Add notebook and markdown files for two articles: mastering /scrape and mastering /map 2024-11-23 21:47:36 +05:00
Eric Ciarla
aa01c0b684 Create mastering-the-crawl-endpoint.ipynb 2024-11-19 12:50:31 -05:00
Eric Ciarla
a31336752c Create README.md 2024-11-18 14:04:29 -05:00
Eric Ciarla
62c8b63b84 Create README.md 2024-11-14 11:55:00 -05:00
Gergő Móricz
8d467c8ca7
WebScraper refactor into scrapeURL (#714)
* feat: use strictNullChecking

* feat: switch logger to Winston

* feat(scrapeURL): first batch

* fix(scrapeURL): error swallow

* fix(scrapeURL): add timeout to EngineResultsTracker

* fix(scrapeURL): report unexpected error to sentry

* chore: remove unused modules

* feat(transfomers/coerce): warn when a format's response is missing

* feat(scrapeURL): feature flag priorities, engine quality sorting, PDF and DOCX support

* (add note)

* feat(scrapeURL): wip readme

* feat(scrapeURL): LLM extract

* feat(scrapeURL): better warnings

* fix(scrapeURL/engines/fire-engine;playwright): fix screenshot

* feat(scrapeURL): add forceEngine internal option

* feat(scrapeURL/engines): scrapingbee

* feat(scrapeURL/transformars): uploadScreenshot

* feat(scrapeURL): more intense tests

* bunch of stuff

* get rid of WebScraper (mostly)

* adapt batch scrape

* add staging deploy workflow

* fix yaml

* fix logger issues

* fix v1 test schema

* feat(scrapeURL/fire-engine/chrome-cdp): remove wait inserts on actions

* scrapeURL: v0 backwards compat

* logger fixes

* feat(scrapeurl): v0 returnOnlyUrls support

* fix(scrapeURL/v0): URL leniency

* fix(batch-scrape): ts non-nullable

* fix(scrapeURL/fire-engine/chromecdp): fix wait action

* fix(logger): remove error debug key

* feat(requests.http): use dotenv expression

* fix(scrapeURL/extractMetadata): extract custom metadata

* fix crawl option conversion

* feat(scrapeURL): Add retry logic to robustFetch

* fix(scrapeURL): crawl stuff

* fix(scrapeURL): LLM extract

* fix(scrapeURL/v0): search fix

* fix(tests/v0): grant larger response size to v0 crawl status

* feat(scrapeURL): basic fetch engine

* feat(scrapeURL): playwright engine

* feat(scrapeURL): add url-specific parameters

* Update readme and examples

* added e2e tests for most parameters. Still a few actions, location and iframes to be done.

* fixed type

* Nick:

* Update scrape.ts

* Update index.ts

* added actions and base64 check

* Nick: skipTls feature flag?

* 403

* todo

* todo

* fixes

* yeet headers from url specific params

* add warning when final engine has feature deficit

* expose engine results tracker for ScrapeEvents implementation

* ingest scrape events

* fixed some tests

* comment

* Update index.test.ts

* fixed rawHtml

* Update index.test.ts

* update comments

* move geolocation to global f-e option, fix removeBase64Images

* Nick:

* trim url-specific params

* Update index.ts

---------

Co-authored-by: Eric Ciarla <ericciarla@yahoo.com>
Co-authored-by: rafaelmmiller <8574157+rafaelmmiller@users.noreply.github.com>
Co-authored-by: Nicolas <nicolascamara29@gmail.com>
2024-11-07 20:57:33 +01:00
Eric Ciarla
ed5a0d3cf2 Update readme and examples 2024-11-05 18:06:40 -05:00
Eric Ciarla
71e512b80f predicted-outputs 2024-11-05 16:16:24 -05:00
Eric Ciarla
a5c9823495 haiku example 2024-11-04 14:58:05 -05:00
Eric Ciarla
983f344fa8 Create claude_stock_analyzer.py 2024-10-29 15:38:57 -04:00
Nicolas
ea0f458b9f
Merge pull request #739 from s-smits/main
Bump to gemini-1.5-pro-002 website_qa_with_gemini_caching.ipynb and add flash example
2024-10-28 15:49:04 -03:00
Eric Ciarla
e3e8375c7d Add AgentOps Monitoring 2024-10-28 11:13:33 -04:00
Eric Ciarla
9a4ccd0801 Claude Web Crawler with Batch Scrape 2024-10-24 14:40:53 -04:00
Nicolas
76c0073829 Nick: grok 2 example 2024-10-21 16:27:15 -03:00
Eric Ciarla
22d375ad29 Updates 2024-10-21 12:01:09 -04:00
Rishi Raj Jain
cf98d69bbb
Update requirements.txt 2024-10-20 18:09:38 +05:30
Rishi Raj Jain
d113199a29
Update app.py 2024-10-20 18:08:38 +05:30
Rishi Raj Jain
8a4ee4482d
Create output_01f6efd5-1297-4745-94b5-5972c10f17d6.json 2024-10-19 03:54:14 +05:30
Rishi Raj Jain
42ec08c76e
Update websites.csv 2024-10-19 03:53:41 +05:30
Rishi Raj Jain
7d8519218a
Update app.py 2024-10-19 02:27:39 +05:30
Rishi Raj Jain
2022db7f0a
Update websites.csv 2024-10-19 02:27:25 +05:30
Rishi Raj Jain
f5af938ea2
Update requirements.txt 2024-10-19 02:27:17 +05:30
Rishi Raj Jain
ba3ee8ead6
Create .env.example 2024-10-19 00:52:47 +05:30
Rishi Raj Jain
adfc493c9b
Create websites.csv 2024-10-19 00:52:26 +05:30
Rishi Raj Jain
11fd630e55
Create requirements.txt 2024-10-19 00:52:14 +05:30
Rishi Raj Jain
10381b5d3c
Create app.py 2024-10-19 00:51:18 +05:30
Rishi Raj Jain
7d8df7d53b
Update requirements.txt 2024-10-18 02:11:15 +05:30
Rishi Raj Jain
a110fdeb85
Update requirements.txt 2024-10-18 02:10:39 +05:30
Eric Ciarla
dff71a8179 Delete README.md 2024-10-17 15:48:36 -04:00
Eric Ciarla
5f69358ce8 Swarm Extractor Example 2024-10-17 15:47:28 -04:00
Nicolas
2eff7c29bb Nick: refactor openai swarm example 2024-10-12 16:12:12 -03:00
Nicolas
c2d79e1842 Create .env.example 2024-10-12 16:00:37 -03:00
Nicolas
3315648a0f Nick: open ai swarm and firecrawl 2024-10-12 16:00:14 -03:00
Eric Ciarla
454296f088 crm_lead_enrichment example 2024-10-09 17:29:39 -04:00
Eric Ciarla
154216e2c8 Update examples 2024-10-09 13:41:23 -04:00
Stijn Smits
460f5581fe
Add files via upload 2024-10-07 12:17:47 +02:00
Stijn Smits
1c02187054
Update website_qa_with_gemini_caching.ipynb 2024-10-06 13:25:23 +02:00
Nicolas
e473a2359a Create README.md 2024-10-04 16:53:40 -03:00