1+ <h1 align =" center " >
2+ <img src =" https://www.lightfeed.ai/docs/img/logo.svg " width =" 32 " height =" 32 " alt =" Lightfeed Logo " />
3+ Lightfeed SDK
4+ </h1 >
5+
16<p align =" center " >
2- <img src = " https://www.lightfeed.ai/docs/img/logo.svg " width = " 128 " height = " 128 " alt = " Lightfeed Logo " / >
7+ <strong >Official SDK for real-time search and filtering via the Lightfeed API</ strong >
38</p >
49
510<div align =" center " >
6- <a href =" https://www.npmjs.com/package/lightfeed " >
7- <img src="https://img.shields.io/npm/v/lightfeed?logo=npm" alt="npm" /></a>
8- <a href =" https://pypi.org/project/lightfeed/ " >
9- <img src="https://img.shields.io/pypi/v/lightfeed?logo=pypi&logoColor=white" alt="PyPI" /></a>
10- <a href =" https://github.com/lightfeed/lightfeed /actions/workflows/ci.yml " >
11- <img src="https://img.shields.io/github/actions/workflow/status/lightfeed/lightfeed /ci.yml?branch=main"
11+ <a href =" https://www.npmjs.com/package/@ lightfeed/sdk " >
12+ <img src="https://img.shields.io/npm/v/@ lightfeed/sdk ?logo=npm" alt="npm" /></a>
13+ <a href =" https://pypi.org/project/lightfeed-sdk / " >
14+ <img src="https://img.shields.io/pypi/v/lightfeed-sdk ?logo=pypi&logoColor=white" alt="PyPI" /></a>
15+ <a href =" https://github.com/lightfeed/sdk /actions/workflows/ci.yml " >
16+ <img src="https://img.shields.io/github/actions/workflow/status/lightfeed/sdk /ci.yml?branch=main"
1217 alt="Test status (main branch)"></a>
13- <a href =" https://github.com/lightfeed/lightfeed /blob/main/LICENSE " >
14- <img src="https://img.shields.io/github/license/lightfeed/lightfeed " alt="License" /></a>
18+ <a href =" https://github.com/lightfeed/sdk /blob/main/LICENSE " >
19+ <img src="https://img.shields.io/github/license/lightfeed/sdk " alt="License" /></a>
1520</div >
1621<div >
1722 <p align =" center " >
2631 </p >
2732</div >
2833
29- # ⚡️ Lightfeed
30-
31- Official Typescript/Python client library for interacting with the Lightfeed API. This SDK enables real-time search and filtering of your extracted web data.
32-
33- <p align =" center " >
34- <img src =" https://www.lightfeed.ai/docs/img/blog/introducing-lightfeed-extract.png " alt =" Lightfeed Extract " width =" 100% " >
35- </p >
36-
3734## Features
3835
39- - Simple and intuitive interface for accessing Lightfeed APIs
36+ - Simple and intuitive interface for accessing Lightfeed API
4037- Semantic search and advanced filtering capabilities
4138- Full TypeScript/Python type definitions for better developer experience
4239- Comprehensive error handling
@@ -47,21 +44,21 @@ Official Typescript/Python client library for interacting with the Lightfeed API
4744### TypeScript / Node.js
4845
4946``` bash
50- npm install lightfeed
47+ npm install @ lightfeed/sdk
5148```
5249
5350### Python
5451
5552``` bash
56- pip install lightfeed
53+ pip install lightfeed-sdk
5754```
5855
5956## Quick Start
6057
6158### TypeScript / Node.js
6259
6360``` typescript
64- import { LightfeedClient } from ' lightfeed' ;
61+ import { LightfeedClient } from ' @ lightfeed/sdk ' ;
6562
6663// Initialize client with your API key
6764const client = new LightfeedClient ({
@@ -113,7 +110,7 @@ async function searchForCompanies() {
113110### Python
114111
115112``` python
116- from lightfeed import LightfeedClient, Condition, Operator
113+ from lightfeed- sdk import LightfeedClient, Condition, Operator
117114
118115# Initialize client with your API key
119116client = LightfeedClient({
@@ -368,7 +365,7 @@ try {
368365### Python Example
369366
370367``` python
371- from lightfeed import LightfeedError
368+ from lightfeed- sdk import LightfeedError
372369
373370try :
374371 records = client.get_records(" your-database-id" )
0 commit comments