Fixpoint client - an AI that can research the web
Project description
Fixpoint
An API to search and scrape web data about companies and people.
Connect live company and people data, web search, and scraping in one API to power your AI agents, applications, or analytics.
Homepage | Documentation | Discord | Examples
Table of contents
Why Fixpoint?
Normally, to get the right company and people data, you need to buy and combine datasets from dozens of providers, bolt on custom web-scraping code, and review data quality manually.
Instead, you can integrate Fixpoint's API and get all of the above.
Examples
Some examples:
- Using AI to crawl a website and extract structured data
- Parse a website (or web crawl) into LLM-ready text
Getting started
Fixpoint is a Python package. First, install it:
pip install fixpoint
from fixpoint.client import FixpointClient
from fixpoint.client.types import CreateRecordExtractionRequest, CrawlUrlSource
client = FixpointClient(api_key="...")
extraction = client.extractions.record.create(
CreateRecordExtractionRequest(
workflow_id="my-workflow-id",
source=CrawlUrlSource(crawl_url="https://fixpoint.co", depth=2, page_limit=3),
questions=[
"What is the product summary?",
"What are the industries the business serves?",
"What are the use-cases of the product?",
"According to the privacy policy, what data is collected from users?",
],
)
)
print(extraction.model_dump_json(indent=2))
See our docs for more features and how-to's!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fixpoint-0.28.0.tar.gz.
File metadata
- Download URL: fixpoint-0.28.0.tar.gz
- Upload date:
- Size: 24.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.8 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
496082c810a4ebfe385733cb7d66e63993d97c902ee56aeb6524e26c08efadd5
|
|
| MD5 |
8908815b29b41bfe8ad9641d5c15d857
|
|
| BLAKE2b-256 |
7de4fbe5b3dcc35b156a5ca299669af3611b3ee0dc039927a22bc98094faabb3
|
File details
Details for the file fixpoint-0.28.0-py3-none-any.whl.
File metadata
- Download URL: fixpoint-0.28.0-py3-none-any.whl
- Upload date:
- Size: 41.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.0.1 CPython/3.12.8 Linux/6.5.0-1025-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f7ce1fa77ea80c68f7f519c5430b5ca865c84cbe9ac4f1eecbdc951a65b8c14
|
|
| MD5 |
3785e35eb16459b2c10507064821f765
|
|
| BLAKE2b-256 |
1cce70c7fbb67d66f12316be377e2b2b5cf9cbea1da9f7eab6c81cb11d705ca4
|