Skip to content

JigsawStack/apify-actors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interfaze Apify Actors

A collection of Apify actors powered by Interfaze AI for web search, web scraping, LinkedIn scraping, and document extraction.

Actors

Actor Description
Web Search AI-powered web search across research indexes, social platforms, financial data, and the general web
LinkedIn Scraper Scrape LinkedIn profiles with built-in residential proxies and human behavior simulation
Web Scraper Self-healing web scraper using natural language prompts -- no selectors needed
PDF & Image Extractor OCR and text extraction from PDFs and images with bounding boxes and confidence scores

How it works

All actors use the Interfaze API via the Vercel AI SDK. Interfaze provides deterministic run_task endpoints for specific tasks:

  • web_search -- Search the web and get structured results
  • scraper -- Scrape any URL with anti-bot handling, residential proxies, and self-healing selectors
  • ocr -- Extract text from PDFs and images with bounding boxes and confidence scores

Getting started

API key

Each actor requires an Interfaze API key. You can provide it in two ways:

  1. Input field -- Pass interfazeApiKey directly in the actor input
  2. Environment variable -- Set INTERFAZE_API_KEY in the actor's environment variables on Apify

Get your API key at interfaze.ai/dashboard.

Deploy to Apify

Each actor can be deployed independently. From any actor directory:

cd actors/web-search
apify login
apify push

Project structure

actors/
  web-search/         # Web search actor
  linkedin-scraper/   # LinkedIn profile scraper
  web-scraper/        # Self-healing web scraper
  pdf-extractor/      # PDF & image text extractor
tests/                # Local test scripts

Local testing

Install dependencies and run any test script:

cd tests
npm install
INTERFAZE_API_KEY=your_key npx tsx test-web-search.ts

Test output is saved to tests/output/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors