Package Information
Documentation

n8n-nodes-indiamart
This is an n8n community node that enables seamless integration with IndiaMART for product sourcing and purchasing workflows.
IndiaMART is India's largest B2B marketplace, connecting buyers and suppliers across industries.
n8n is a fair-code licensed workflow automation platform.
Installation
Credentials
Operations
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Credentials
To power your IndiaMART n8n node, you need an API key. Follow these simple steps to get your credentials:
- Visit the Credentials Page: Go to indiamart.com/new/gamma/n8n_index.php.
- Enter Details: Provide your registered mobile number or email address.
- Verify OTP: Enter the one-time password (OTP) sent to your registered contact.
- Get Credentials: Copy your unique key and use it to authenticate your n8n node.
Operations
This package includes the following nodes:
Search
Search for products on IndiaMART by keyword and retrieve a list of matching product names
Post Requirement
Post a product requirement on IndiaMART using the saveEnrichment API to generate sourcing requests
Compatibility
Tested locally against n8n v1.104.2.
Usage
IndiaMART Search Node
Node Configuration
The IndiaMART Search node requires a single parameter:
Keyword (required)
- The search term to query on IndiaMART
- Examples: "school bags", "office supplies", "women's clothing"
Output
The node returns an object with:
{
"products": [
{
"name": "Plastic Dancing Cactus Toy",
"number": "8044562706",
"companyname": "Shree Lalankrupa Enterprise",
"image": "http://5.imimg.com/data5/SELLER/Default/2024/3/405052888/TF/TX/ZQ/214979800/dancing-cactus-toy-500x500.jpeg"
},
{
"name": "Multicolor Tk Candy Flower Toy For Kids",
"number": "8047668613",
"companyname": "Arora Toys",
"image": "http://5.imimg.com/data5/SELLER/Default/2025/3/497677672/FU/SX/TI/81433069/whatsapp-image-2025-03-23-at-9-01-54-pm-500x500.jpeg"
}
],
"keyword": "toys"
}
- products: Array of product objects with details
- name: Product name
- number: Mobile number of the company/supplier
- companyname: Company/supplier name
- image: Product image URL
- keyword: The search keyword used
IndiaMART Post Requirement Node
Node Configuration
The IndiaMART Post Requirement node requires the following parameters:
Product Name (required)
- The name of the product for which you're posting a requirement
- Examples: "Pave Diamond Pendant", "Office Chairs", "Electronics"
Quantity (required)
- The quantity of the product required
- Example: 10
Quantity Unit (required)
- The unit of measurement for the quantity
- Examples: "Piece", "Kg", "Ton", "Box"
Additional Requirements (optional)
- Any specific requirements, preferences, or details
- Example: "Need high quality finish"
Output
The node returns an object with:
{
"message": "Successfully posted requirement on IndiaMART",
}
- message: Success or error message
Using the IndiaMART Nodes
Once installed:
- Create a new workflow or open an existing one
- Add IndiaMART nodes: Search for "IndiaMART" in the node panel and drag nodes into your workflow
- Configure parameters: Enter required parameters for each node
- Execute the workflow: Test your workflow to retrieve results
- Use the output: Connect to other nodes to process, filter, or store the results
Workflow Examples
Automated Lead-to-Post
Scenario: A customer emails you asking for a specific bulk item.
[Gmail Trigger] → [AI Agent] → [IndiaMART Search] → [IndiaMART Post Requirement] → [Log Output]
- Gmail receives an email: "I need 500 wooden toy cars."
- AI Agent: Extracts the keyword "wooden toy cars".
- IndiaMART Search: Scans for existing suppliers to check market prices.
- IndiaMART Post Requirement: Automatically posts requirement on Indiamart so suppliers for wooden toy cars contact you directly.
Spreadsheet Batch Sourcing
Scenario: You have a list of products in a Google Sheet that you need to source.
[Google Sheets Trigger] → [AI Agent] → [IndiaMART Search] → [IndiaMART Post Requirement] → [Update Sheet]
- New row added to Google Sheets: "Product: LED Lights".
- AI Agent: Extracts the product keyword to search.
- IndiaMART Search: Finds the top 10 current listings for LED Lights.
- IndiaMART Post Requirement: Post requirement on Indiamart to connect with verified suppliers.
Author
Gyaneshwar Mongha
- Email: gyaneshwar.mongha@indiamart.com
- GitHub: @gyaneshwar