✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

AI chatbot for AWP Classifieds: smart ad search assistant

SleekAI's chatbot reads the AWPCP awpcp_ads custom table, regions, categories, fee plans, and image data live, so visitors get real answers about every listing. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for Another WordPress Classifieds Plugin

A bot that knows the AWPCP catalog cold

AWP Classifieds (formerly AWPCP) stores listings in a custom table, traditionally wp_awpcp_ads, and links each ad to fee plans, regions (via the Regions module), and image uploads. Categories live as a custom taxonomy. Listing fields include title, contact name, city, state, country, ad price, posted date, expiry, plan ID, and whether the ad is featured. With the Extra Fields module, additional custom fields per category get stored alongside.

SleekAI maps the awpcp_ads rows, the category taxonomy, and the fee-plan and region tables into the chatbot's system message. A buyer asking for cars under $10k within 25 miles of a ZIP code gets a filtered answer pulled from real rows, including image previews and contact channel (blind email or direct). On single ad pages the current listing's data is auto-injected.

Generic chatbots can't read the custom awpcp_ads table at all because it lives outside wp_posts. They miss every listing on the site, hallucinate fake ads, or refuse to answer. SleekAI's data mapper supports arbitrary tables, so AWPCP's storage model is a first-class source, not a workaround.

Workflow

How the AWPCP chatbot works

1

Map the awpcp_ads table

AWPCP listings live in a custom table outside wp_posts. SleekAI's data mapper supports arbitrary tables, so point it at awpcp_ads and the bot reads listing rows directly, including price, location, and expiry.
2

Add categories and regions

Map the AWPCP category taxonomy and the Regions module table. Buyers asking by category and region get filtered answers pulled from both sources joined on the listing row.
3

Include fee-plan and featured

Map the fee-plan table and the featured flag so the bot can prioritize featured ads in answers and quote plan rules when sellers ask about their listings on a poster-side bot.
4

Honor blind email

Configure the system instruction to route buyers to AWPCP's Contact seller form rather than exposing seller emails. Privacy stays intact while conversion gets a clean path.

Try it now

A typical AWPCP buyer conversation

Buyer on the classifieds archive asks the floating bot about ads in their region. SleekAI queries the awpcp_ads table and category taxonomy live.

Comparison

Generic chatbot vs SleekAI for AWP Classifieds

Generic chatbot

  • Can't read the awpcp_ads custom table outside wp_posts
  • Misses fee-plan, region, and featured-ad flags entirely
  • No support for Extra Fields module custom data per category
  • Hallucinates ads or refuses to answer real listing questions
  • Doesn't respect AWPCP's blind-email contact convention

SleekAI chatbot

  • Queries the awpcp_ads custom table directly
  • Filters by category taxonomy and Regions module data
  • Surfaces fee-plan and featured-ad status per listing
  • Reads Extra Fields module data alongside core fields
  • Respects blind-email contact flow on AWPCP listings

Features

What SleekAI gives you for Another WordPress Classifieds Plugin

Catalog-scale answers

Buyers ask in plain language and the bot queries awpcp_ads filtered by category, region, price, and expiry. Results match what the archive would show, with prices and posted dates pulled live.

Region-aware filtering

The Regions module adds a separate region table that scopes listings to neighborhoods or ZIP-based clusters. SleekAI maps that into the bot, so location queries return only ads in the visitor's actual region.

Privacy-respecting contact

AWPCP's blind email system masks seller addresses. The bot points buyers to Contact seller on the listing instead of leaking the email, so the privacy guarantee the site promised stays intact.

Use cases

Where AWPCP sites benefit

Multi-criteria search

Buyers combine category, price, and location in one sentence ("used Hondas under $10k near 90210"). The bot returns a clean filtered list from the real awpcp_ads table, not a fuzzy keyword guess.

Featured-ad surfacing

Featured ads (paid promotion) get priority in the bot's answers when sensibly relevant, helping sellers get the boost they paid for and helping buyers see top listings first.

Plan and renewal questions

A poster-side bot answers "how many ads do I have left on the Silver plan" or "when does this listing expire," pulling from fee-plan tables and listing meta in one query.

The bigger picture

Why AWPCP sites care

AWP Classifieds is one of the longest-running classifieds plugins on WordPress, with a quirk that throws off most modern AI tools: listings live in a custom table outside wp_posts. A generic chatbot reads wp_posts and finds nothing, so it either refuses to answer or hallucinates ads that don't exist. SleekAI's data mapper supports arbitrary tables as first-class sources, so awpcp_ads, the Regions module table, and the fee-plan table all get mapped into the system message.

Buyers asking for used Hondas under $10k near a ZIP get a filtered answer from real rows, with prices, locations, and posted dates pulled live. The Extra Fields module's category-specific custom data comes along too, so questions about transmission, bedrooms, or any other custom field work without custom code. Featured ads get surfaced first when relevant, giving paying sellers the boost they paid for.

The blind email system stays intact because the bot points buyers to Contact seller on the listing instead of leaking addresses. Display conditions let a poster-side bot run separately on the user dashboard for plan and expiry questions, fully isolated from the public bot. Token usage stays low because most queries are short factual reads against indexed columns.

Bring your own OpenAI, Anthropic, Google, or OpenRouter key and a small classifieds operator pays nothing extra for a chatbot that actually knows the catalog.

Questions

Common questions about SleekAI for Another WordPress Classifieds Plugin

No. AWPCP stores listings in a custom table (traditionally awpcp_ads) rather than wp_posts. Categories are a regular taxonomy, but the listing rows themselves live outside the standard post structure. SleekAI's data mapper supports arbitrary tables, so this is a first-class source.

 

Yes. The Regions module adds its own table linking listings to regions. Map that table and the bot can filter listings by region, including hierarchical regions like state -> city -> neighborhood depending on how you configured them.

 

Extra Fields adds custom fields per category (like "transmission" for cars or "bedrooms" for rentals). The data is stored alongside the listing and SleekAI maps those fields, so category-specific queries work without writing custom code.

 

Fee plans control duration, image limits, and featured status per listing. The plan ID is stored on each ad row. SleekAI can read both the listing's plan ID and the plan table itself, so the bot can quote plan rules accurately when asked.

 

Yes. AWPCP's blind email anonymizes seller addresses by default. The bot is configured to route buyers to the Contact seller form on the listing instead of leaking the email, preserving the privacy contract.

 

Yes. The featured flag on each awpcp_ads row is mappable, so the bot can prioritize featured listings in answers. That gives paying sellers the visibility they paid for without skewing the rest of the results.

 

AWPCP stores an expiry date per ad. Filter the data source on that field and expired listings disappear from answers, the same way they disappear from the archive once the daily cron runs.

 

The bot reads listing data, not payment state. For payment-related questions (Stripe, PayPal, Authorize.net via AWPCP's modules) the bot can quote plan pricing from the fee table, but it doesn't initiate or modify transactions.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView