olx-search

Automate OLX Brazil listing search, detail extraction, and publishing with cookies.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/quantmind-br/skills --skill olx-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: olx-search
Source: https://github.com/quantmind-br/skills/tree/main/olx-search
Command: npx skills add https://github.com/quantmind-br/skills --skill olx-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires cloudscraper, browser_cookie3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill automates the end-to-end OLX Brazil listing workflow, handling search, detail extraction, cookie/auth management, and publishing, reducing manual effort and error-prone steps.

Core Features & Use Cases

  • Search listings across OLX categories and return structured results.
  • Get Details for individual listings, including price, images, and seller information.
  • Publish ads end-to-end, including image uploads and required category fields, with authenticated cookies.
  • Use cases include price comparison, market research, and automated listing management for agents or teams.

Quick Start

Authenticate in your browser to populate cookies, then run the publish flow to post a new OLX listing.

Frequently Asked Questions about olx-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate OLX ad search and detail extraction in Brazil?

Automating OLX ad search uses cloudscraper to bypass protections and return structured listing details like prices, images, and seller information across Brazilian categories. You can scan and aggregate listings programmatically without manual browser interaction.

How do I publish ads on OLX automatically using browser cookies?

Publishing ads on OLX automatically requires browser_cookie3 to extract authenticated session cookies from your browser. You must authenticate in your browser first, then the workflow handles image uploads and category fields to post new listings end-to-end.

Does cloudscraper work for bypassing web-scraping protections on OLX listings?

Yes, cloudscraper works for bypassing web-scraping protections on OLX listings. It is a required dependency that handles anti-bot challenges, allowing you to extract prices and seller data without being blocked during automated search workflows.

Can I use browser cookies to manage authenticated OLX publishing workflows?

Yes, you can use browser cookies to manage authenticated OLX publishing workflows. The browser_cookie3 dependency reads your existing browser session, enabling the automated publishing flow to submit new ads with image uploads using your active login.

What's the best way to extract seller data and prices from OLX categories?

The best way to extract seller data and prices from OLX categories is using an automated web-scraping workflow with cloudscraper. It scans categories, aggregates listings, and returns structured details including price and seller information for market research.

Why does OLX web-scraping fail without cookie authentication for ad publishing?

OLX web-scraping fails for ad publishing without cookie authentication because posting requires a validated user session. The browser_cookie3 dependency passes your active browser cookies to authenticate requests, ensuring the publishing workflow succeeds.