Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ npm install parallel-web
import Parallel from "parallel-web";
const client = new Parallel({ apiKey: process.env.PARALLEL_API_KEY });

const result = await client.beta.search({
const result = await client.search({
mode: "advanced",
search_queries: ["AI startup funding rounds 2026", "AI startup funding announcements 2026"],
objective: "Find the latest funding round announcements for AI startups in 2026",
});
console.log(result.results);
Expand Down
Loading