pbtech-nz

Query PB Tech NZ pages to extract product prices, stock summaries, and store locations.

24|6|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/thecolab-ai/.skills --skill pbtech-nz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pbtech-nz
Source: https://github.com/thecolab-ai/.skills/tree/main/skills/pbtech-nz
Command: npx skills add https://github.com/thecolab-ai/.skills --skill pbtech-nz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

It removes the manual work of searching through PB Tech NZ pages to find product prices, availability/stock summaries, and store pickup details for electronics and computer parts.

Core Features & Use Cases

  • Product search & parsing: Query PB Tech search/category pages to extract product codes, titles/subtitles, prices, and stock summaries.
  • Product detail lookup: Fetch a PB Tech product page by code or URL to extract the main attributes (brand/MPN/part #), price, image, and stock information.
  • Store location discovery: Parse PB Tech store cards to return store names, addresses, phone numbers, hours, and pickup/store detail links.
  • Use case: Ask for the latest availability and price for a specific part number, then identify nearby PB Tech stores for pickup.

Quick Start

Use pbtech-nz to search for a part and return its price and stock summary.

Frequently Asked Questions about pbtech-nz

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

FAQPage Schema
How do I check PB Tech NZ product prices and stock availability programmatically?

Product search parsing queries PB Tech search and category pages to extract product codes, titles, prices, and stock summaries by parsing HTML product card markers, returning structured results for electronics and computer parts.

Can I retrieve detailed product attributes like brand and part numbers from PB Tech?

Product detail lookup fetches PB Tech product pages by code or URL to extract main attributes including brand, MPN, part numbers, price, image, and current stock availability information.

How do I find PB Tech store locations, addresses, and opening hours?

Store location discovery parses PB Tech store cards to return store names, addresses, phone numbers, operating hours, and pickup detail links for identifying nearby pickup locations.

Does this PB Tech scraping approach require authentication or login credentials?

No, the CLI uses browser-compatible request headers to query public PB Tech pages in read-only scenarios, requiring no login credentials to retrieve prices, stock, and store data.

What are the limitations of using CLI scraping for PB Tech product data?

This approach is limited to read-only retrieval of publicly available data and relies on parsing HTML markers, which may break if the website structure changes or requires interactive elements.